Interface JsonReader.BindObject<T>

Type Parameters:
T - type
All Known Implementing Classes:
ArrayFormatDescription, AttributeDecoder, FormatDescription, LazyAttributeDecoder, ObjectAnalyzer.LazyObjectDescription, ObjectFormatDescription
Enclosing class:
JsonReader<TContext>

public static interface JsonReader.BindObject<T>
Existing instances can be provided as target for deserialization. Annotation processor creates custom deserializers at compile time and registers them into DslJson.
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(JsonReader reader, T instance)