Uses of Class
nonapi.io.github.classgraph.json.FieldTypeInfo
Packages that use FieldTypeInfo
-
Uses of FieldTypeInfo in nonapi.io.github.classgraph.json
Fields in nonapi.io.github.classgraph.json with type parameters of type FieldTypeInfoModifier and TypeFieldDescription(package private) final Map
<String, FieldTypeInfo> ClassFields.fieldNameToFieldTypeInfo
Map from field name to field and resolved type.(package private) final List
<FieldTypeInfo> ClassFields.fieldOrder
The list of fields that can be (de)serialized (non-final, non-transient, non-synthetic, accessible), and their corresponding resolved (concrete) types.