Uses of Class
org.datanucleus.jakarta.query.AnnotationProcessorUtils.TypeCategory
-
-
Uses of AnnotationProcessorUtils.TypeCategory in org.datanucleus.jakarta.query
Methods in org.datanucleus.jakarta.query that return AnnotationProcessorUtils.TypeCategory Modifier and Type Method Description static AnnotationProcessorUtils.TypeCategory
AnnotationProcessorUtils. getTypeCategoryForTypeMirror(String typeName)
Method to return the type category for a type.static AnnotationProcessorUtils.TypeCategory
AnnotationProcessorUtils.TypeCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static AnnotationProcessorUtils.TypeCategory[]
AnnotationProcessorUtils.TypeCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-