Uses of Class
com.dslplatform.json.runtime.ObjectFormatDescription
Packages that use ObjectFormatDescription
-
Uses of ObjectFormatDescription in com.dslplatform.json.runtime
Fields in com.dslplatform.json.runtime declared as ObjectFormatDescriptionModifier and TypeFieldDescription(package private) ObjectFormatDescriptionMixinAnalyzer.LazyMixinDescription.resolved(package private) ObjectFormatDescriptionObjectAnalyzer.LazyObjectDescription.resolvedFields in com.dslplatform.json.runtime with type parameters of type ObjectFormatDescriptionModifier and TypeFieldDescriptionstatic final DslJson.ConverterFactory<ObjectFormatDescription> ObjectAnalyzer.CONVERTERstatic final DslJson.ConverterFactory<ObjectFormatDescription> MixinAnalyzer.WRITERMethods in com.dslplatform.json.runtime that return ObjectFormatDescriptionModifier and TypeMethodDescriptionprivate static <T> ObjectFormatDescription<T, T> private static <T> ObjectFormatDescription<T, T> static <D> ObjectFormatDescription<D, D> ObjectFormatDescription.create(Class<D> manifest, InstanceFactory<D> newInstance, JsonWriter.WriteObject[] encoders, DecodePropertyInfo<JsonReader.BindObject>[] decoders, DslJson json, boolean skipOnUnknown)