Package com.dslplatform.json.runtime
Class LazyAttributeDecoder<T,P>
java.lang.Object
com.dslplatform.json.runtime.LazyAttributeDecoder<T,P>
- All Implemented Interfaces:
JsonReader.BindObject<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLazyAttributeDecoder(Settings.BiConsumer<T, P> write, DslJson json, Type type) -
Method Summary
-
Field Details
-
write
-
decoder
-
json
-
type
-
-
Constructor Details
-
LazyAttributeDecoder
LazyAttributeDecoder(Settings.BiConsumer<T, P> write, DslJson json, Type type)
-
-
Method Details
-
bind
- Specified by:
bindin interfaceJsonReader.BindObject<T>- Throws:
IOException
-