Uses of Enum
nonapi.io.github.classgraph.json.FieldTypeInfo.PrimitiveType
Packages that use FieldTypeInfo.PrimitiveType
-
Uses of FieldTypeInfo.PrimitiveType in nonapi.io.github.classgraph.json
Fields in nonapi.io.github.classgraph.json declared as FieldTypeInfo.PrimitiveTypeModifier and TypeFieldDescriptionprivate final 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.PrimitiveTypeModifier and TypeMethodDescriptionstatic FieldTypeInfo.PrimitiveType
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.