Uses of Interface
io.quarkus.gizmo2.creator.AnnotationCreator.EnumArrayProperty
Packages that use AnnotationCreator.EnumArrayProperty
-
Uses of AnnotationCreator.EnumArrayProperty in io.quarkus.gizmo2.creator
Methods in io.quarkus.gizmo2.creator with parameters of type AnnotationCreator.EnumArrayPropertyModifier and TypeMethodDescription<E extends Enum<E>>
voidAnnotationCreator.addArray(AnnotationCreator.EnumArrayProperty<A, E> prop, ClassDesc enumClass, String... enumConstants) Add an annotation property for the given method and value.<E extends Enum<E>>
voidAnnotationCreator.addArray(AnnotationCreator.EnumArrayProperty<A, E> prop, List<E> values) Add an annotation property for the given method and value.