Uses of Class
io.quarkus.gizmo.Type.PrimitiveType
-
-
Uses of Type.PrimitiveType in io.quarkus.gizmo
Fields in io.quarkus.gizmo declared as Type.PrimitiveType Modifier and Type Field Description static Type.PrimitiveTypeType.PrimitiveType. BOOLEANstatic Type.PrimitiveTypeType.PrimitiveType. BYTEstatic Type.PrimitiveTypeType.PrimitiveType. CHARstatic Type.PrimitiveTypeType.PrimitiveType. DOUBLEstatic Type.PrimitiveTypeType.PrimitiveType. FLOATstatic Type.PrimitiveTypeType.PrimitiveType. INTstatic Type.PrimitiveTypeType.PrimitiveType. LONGstatic Type.PrimitiveTypeType.PrimitiveType. SHORTMethods in io.quarkus.gizmo that return Type.PrimitiveType Modifier and Type Method Description (package private) Type.PrimitiveTypeType. asPrimitive()(package private) Type.PrimitiveTypeType.PrimitiveType. asPrimitive()static Type.PrimitiveTypeType. booleanType()static Type.PrimitiveTypeType. byteType()static Type.PrimitiveTypeType. charType()static Type.PrimitiveTypeType. doubleType()static Type.PrimitiveTypeType. floatType()static Type.PrimitiveTypeType. intType()static Type.PrimitiveTypeType. longType()static Type.PrimitiveTypeType. shortType()
-