Package com.dslplatform.json.runtime
Class ObjectAnalyzer.LazyObjectDescription
java.lang.Object
com.dslplatform.json.runtime.ObjectAnalyzer.LazyObjectDescription
- All Implemented Interfaces:
JsonReader.BindObject,JsonReader.ReadObject,JsonWriter.WriteObject
- Enclosing class:
ObjectAnalyzer
private static class ObjectAnalyzer.LazyObjectDescription
extends Object
implements JsonWriter.WriteObject, JsonReader.ReadObject, JsonReader.BindObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DslJson(package private) ObjectFormatDescriptionprivate JsonReader.BindObjectprivate JsonReader.ReadObjectprivate JsonWriter.WriteObjectprivate final Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbind(JsonReader reader, Object instance) private booleanread(JsonReader reader) voidwrite(JsonWriter writer, Object value)
-
Field Details
-
json
-
type
-
resolvedWriter
-
resolvedBinder
-
resolvedReader
-
resolved
-
-
Constructor Details
-
LazyObjectDescription
-
-
Method Details
-
checkSignatureNotFound
private boolean checkSignatureNotFound() -
read
- Specified by:
readin interfaceJsonReader.ReadObject- Throws:
IOException
-
bind
- Specified by:
bindin interfaceJsonReader.BindObject- Throws:
IOException
-
write
- Specified by:
writein interfaceJsonWriter.WriteObject
-