Uses of Class
com.dslplatform.json.runtime.ObjectFormatDescription
-
Packages that use ObjectFormatDescription Package Description com.dslplatform.json.runtime -
-
Uses of ObjectFormatDescription in com.dslplatform.json.runtime
Fields in com.dslplatform.json.runtime declared as ObjectFormatDescription Modifier and Type Field Description (package private) ObjectFormatDescriptionMixinAnalyzer.LazyMixinDescription. resolved(package private) ObjectFormatDescriptionObjectAnalyzer.LazyObjectDescription. resolvedFields in com.dslplatform.json.runtime with type parameters of type ObjectFormatDescription Modifier and Type Field Description static DslJson.ConverterFactory<ObjectFormatDescription>ObjectAnalyzer. CONVERTERstatic DslJson.ConverterFactory<ObjectFormatDescription>MixinAnalyzer. WRITERMethods in com.dslplatform.json.runtime that return ObjectFormatDescription Modifier and Type Method Description private static <T> ObjectFormatDescription<T,T>MixinAnalyzer. analyze(java.lang.reflect.Type manifest, java.lang.Class<T> raw, DslJson json)private static <T> ObjectFormatDescription<T,T>ObjectAnalyzer. analyze(java.lang.reflect.Type manifest, java.lang.Class<T> raw, DslJson json)static <D> ObjectFormatDescription<D,D>ObjectFormatDescription. create(java.lang.Class<D> manifest, InstanceFactory<D> newInstance, JsonWriter.WriteObject[] encoders, DecodePropertyInfo<JsonReader.BindObject>[] decoders, DslJson json, boolean skipOnUnknown)
-