Class JsonUnmarshallingContext

    • Constructor Detail

      • JsonUnmarshallingContext

        public JsonUnmarshallingContext​(int maxDepth)
        Constructs a new JsonUnmarshallingContext.
        Parameters:
        maxDepth - the maximum depth of the all JsonWrapper components in the parser tree layout.
    • Method Detail

      • setRecordValue

        public void setRecordValue​(java.lang.Object value)
        Description copied from class: UnmarshallingContext
        Sets the value of the record returned from the RecordReader
        Specified by:
        setRecordValue in class UnmarshallingContext
        Parameters:
        value - the record value read by a record reader
        See Also:
        RecordReader
      • getValue

        public java.lang.Object getValue​(JsonNode node)
        Parameters:
        node -
        Returns:
      • push

        public java.lang.Object push​(JsonNode node,
                                     boolean validate)
        Parameters:
        node -
        validate -
        Returns:
      • pop

        public java.lang.Object pop()
        Returns: