Uses of Class
nonapi.io.github.classgraph.json.FieldTypeInfo.PrimitiveType
-
Packages that use FieldTypeInfo.PrimitiveType Package Description nonapi.io.github.classgraph.json -
-
Uses of FieldTypeInfo.PrimitiveType in nonapi.io.github.classgraph.json
Fields in nonapi.io.github.classgraph.json declared as FieldTypeInfo.PrimitiveType Modifier and Type Field Description private FieldTypeInfo.PrimitiveType
FieldTypeInfo. primitiveType
The index of the type: 0 for non-primitive type; 1-8 for primitive types.Methods in nonapi.io.github.classgraph.json that return FieldTypeInfo.PrimitiveType Modifier and Type Method Description static FieldTypeInfo.PrimitiveType
FieldTypeInfo.PrimitiveType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FieldTypeInfo.PrimitiveType[]
FieldTypeInfo.PrimitiveType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-