Uses of Class
com.dslplatform.json.runtime.ImmutableDescription
-
Packages that use ImmutableDescription Package Description com.dslplatform.json.runtime -
-
Uses of ImmutableDescription in com.dslplatform.json.runtime
Fields in com.dslplatform.json.runtime declared as ImmutableDescription Modifier and Type Field Description (package private) ImmutableDescriptionImmutableAnalyzer.LazyImmutableDescription. resolvedFields in com.dslplatform.json.runtime with type parameters of type ImmutableDescription Modifier and Type Field Description static DslJson.ConverterFactory<ImmutableDescription>ImmutableAnalyzer. CONVERTERMethods in com.dslplatform.json.runtime that return ImmutableDescription Modifier and Type Method Description private static <T> ImmutableDescription<T>ImmutableAnalyzer. analyze(java.lang.reflect.Type manifest, java.lang.Class<T> raw, DslJson<?> json)private static <T> ImmutableDescription<T>ImmutableAnalyzer. unregister(java.lang.reflect.Type manifest, DslJson<?> json, JsonWriter.WriteObject oldWriter, JsonReader.ReadObject oldReader)
-