Class ObjectParser
java.lang.Object
jodd.json.ObjectParser
- All Implemented Interfaces:
Supplier
Extracted function for parsing object content.
This function is called in two periods:
- during parsing
- after parsing, in Lazy collections.
- current index,
- current path
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Classprivate final JsonParserprivate final Classprivate final intprivate final Pathprivate final Class -
Constructor Summary
ConstructorsConstructorDescriptionObjectParser(JsonParser jsonParser, Class targetType, Class keyType, Class componentType) -
Method Summary
-
Field Details
-
ndx
private final int ndx -
targetType
-
keyType
-
componentType
-
jsonParser
-
path
-
-
Constructor Details
-
ObjectParser
ObjectParser(JsonParser jsonParser, Class targetType, Class keyType, Class componentType)
-
-
Method Details
-
get
-