Uses of Class
nonapi.io.github.classgraph.json.FieldTypeInfo
-
Packages that use FieldTypeInfo Package Description nonapi.io.github.classgraph.json -
-
Uses of FieldTypeInfo in nonapi.io.github.classgraph.json
Fields in nonapi.io.github.classgraph.json with type parameters of type FieldTypeInfo Modifier and Type Field Description (package private) java.util.Map<java.lang.String,FieldTypeInfo>
ClassFields. fieldNameToFieldTypeInfo
Map from field name to field and resolved type.(package private) java.util.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.
-