Package nonapi.io.github.classgraph.json
Class JSONDeserializer.ObjectInstantiation
java.lang.Object
nonapi.io.github.classgraph.json.JSONDeserializer.ObjectInstantiation
- Enclosing class:
JSONDeserializer
Used to hold object instantiations temporarily before their fields can be populated, so that object
references can be resolved in the same order during deserialization as they were created during
serialization.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionObjectInstantiation
(Object objectInstance, Type type, Object jsonVal) Constructor. -
Method Summary
-
Field Details
-
Constructor Details
-
ObjectInstantiation
Constructor.- Parameters:
objectInstance
- the object instancetype
- the typejsonVal
- the json val
-