Uses of Class
io.quarkus.gizmo2.GenericType.OfPrimitive
Packages that use GenericType.OfPrimitive
-
Uses of GenericType.OfPrimitive in io.quarkus.gizmo2
Fields in io.quarkus.gizmo2 declared as GenericType.OfPrimitiveModifier and TypeFieldDescriptionstatic final GenericType.OfPrimitiveGenericTypes.GT_booleanThe generic type forboolean.static final GenericType.OfPrimitiveGenericTypes.GT_byteThe generic type forbyte.static final GenericType.OfPrimitiveGenericTypes.GT_charThe generic type forchar.static final GenericType.OfPrimitiveGenericTypes.GT_doubleThe generic type fordouble.static final GenericType.OfPrimitiveGenericTypes.GT_floatThe generic type forfloat.static final GenericType.OfPrimitiveGenericTypes.GT_intThe generic type forint.static final GenericType.OfPrimitiveGenericTypes.GT_longThe generic type forlong.static final GenericType.OfPrimitiveGenericTypes.GT_shortThe generic type forshort.static final GenericType.OfPrimitiveGenericTypes.GT_voidThe generic type forvoid.Methods in io.quarkus.gizmo2 that return GenericType.OfPrimitiveModifier and TypeMethodDescriptionstatic GenericType.OfPrimitiveGenericType.ofPrimitive(Class<?> type) Returns a generic type for the given primitive class.static GenericType.OfPrimitiveGenericType.ofPrimitive(ClassDesc type) Returns a generic type for the given primitive type.<A extends Annotation>
GenericType.OfPrimitiveGenericType.OfPrimitive.withAnnotation(Class<A> annotationType) <A extends Annotation>
GenericType.OfPrimitiveGenericType.OfPrimitive.withAnnotation(Class<A> annotationType, Consumer<AnnotationCreator<A>> builder) GenericType.OfPrimitive.withAnnotations(Consumer<AnnotatableCreator> builder) Methods in io.quarkus.gizmo2 with parameters of type GenericType.OfPrimitiveModifier and TypeMethodDescriptionbooleanGenericType.OfPrimitive.equals(GenericType.OfPrimitive other) Returnstrueif this object is equal to the given object, orfalseif it is not.