Uses of Interface
io.quarkus.gizmo2.creator.AnnotatableCreator
Packages that use AnnotatableCreator
-
Uses of AnnotatableCreator in io.quarkus.gizmo2
Methods in io.quarkus.gizmo2 that return types with arguments of type AnnotatableCreatorModifier and TypeMethodDescriptionstatic Consumer<AnnotatableCreator>Reflection2Gizmo.copyAnnotations(AnnotatedElement element) Copy all of the annotations from the given annotated element.Method parameters in io.quarkus.gizmo2 with type arguments of type AnnotatableCreatorModifier and TypeMethodDescriptionGenericType.OfArray.withAnnotations(Consumer<AnnotatableCreator> builder) GenericType.OfClass.withAnnotations(Consumer<AnnotatableCreator> builder) GenericType.OfInnerClass.withAnnotations(Consumer<AnnotatableCreator> builder) GenericType.OfPrimitive.withAnnotations(Consumer<AnnotatableCreator> builder) GenericType.OfReference.withAnnotations(Consumer<AnnotatableCreator> builder) GenericType.OfRootClass.withAnnotations(Consumer<AnnotatableCreator> builder) GenericType.OfThrows.withAnnotations(Consumer<AnnotatableCreator> builder) GenericType.OfTypeVariable.withAnnotations(Consumer<AnnotatableCreator> builder) GenericType.withAnnotations(Consumer<AnnotatableCreator> builder) Returns this generic type with annotations added by the given builder (notnull).TypeArgument.OfExtends.withAnnotations(Consumer<AnnotatableCreator> builder) TypeArgument.OfSuper.withAnnotations(Consumer<AnnotatableCreator> builder) TypeArgument.OfUnbounded.withAnnotations(Consumer<AnnotatableCreator> builder) TypeArgument.OfWildcard.withAnnotations(Consumer<AnnotatableCreator> builder) Returns a copy of this type argument with annotations defined by the given builder. -
Uses of AnnotatableCreator in io.quarkus.gizmo2.creator
Subinterfaces of AnnotatableCreator in io.quarkus.gizmo2.creatorModifier and TypeInterfaceDescriptioninterfaceA builder for abstract methods.interfaceA class creator for classes which capture an enclosing lexical scope.interfaceA creator for a class type.interfaceA creator for an instance constructor.interfaceA creator for an executable (i.e. something that can be called with arguments).interfaceA creator for a field.interfaceA creator for instance executables.interfaceA creator for an instance field.interfaceA creator for an instance method.interfaceA creator for an interface type.interfaceA generalized creator for any kind of class member.interfaceA creator for any kind of method on a class.interfaceA creator for something which can have modifiers.interfaceA creator interface for parameters.interfaceA creator for any kind of non-instance executable creator.interfaceA creator for a static field.interfaceA builder for static methods.interfaceA creator for a type.interfaceA creator for a type parameter.