Uses of Class
org.infinispan.cdi.common.util.annotatedtypebuilder.AnnotatedTypeBuilder
Packages that use AnnotatedTypeBuilder
-
Uses of AnnotatedTypeBuilder in org.infinispan.cdi.common.util.annotatedtypebuilder
Methods in org.infinispan.cdi.common.util.annotatedtypebuilder that return AnnotatedTypeBuilderModifier and TypeMethodDescriptionAnnotatedTypeBuilder.addToClass(Annotation annotation) Add an annotation to the type declaration.AnnotatedTypeBuilder.addToField(Field field, Annotation annotation) Add an annotation to the specified field.AnnotatedTypeBuilder.addToField(javax.enterprise.inject.spi.AnnotatedField<? super X> field, Annotation annotation) Add an annotation to the specified field.AnnotatedTypeBuilder.addToMethod(Method method, Annotation annotation) Add an annotation to the specified method.AnnotatedTypeBuilder.addToMethod(javax.enterprise.inject.spi.AnnotatedMethod<? super X> method, Annotation annotation) Add an annotation to the specified method.AnnotatedTypeBuilder.addToMethodParameter(Method method, int position, Annotation annotation) Add an annotation to the specified method parameter.AnnotatedTypeBuilder.readFromType(Class<X> type) Reads the annotations from an existing java type.AnnotatedTypeBuilder.readFromType(Class<X> type, boolean overwrite) Reads the annotations from an existing java type.AnnotatedTypeBuilder.readFromType(javax.enterprise.inject.spi.AnnotatedType<X> type) Reads in from an existing AnnotatedType.AnnotatedTypeBuilder.readFromType(javax.enterprise.inject.spi.AnnotatedType<X> type, boolean overwrite) Reads in from an existing AnnotatedType.AnnotatedTypeBuilder.removeFromClass(Class<? extends Annotation> annotationType) Remove an annotation from the typeAnnotatedTypeBuilder.removeFromField(Field field, Class<? extends Annotation> annotationType) Remove an annotation from the specified field.AnnotatedTypeBuilder.removeFromField(javax.enterprise.inject.spi.AnnotatedField<? super X> field, Class<? extends Annotation> annotationType) Remove an annotation from the specified field.AnnotatedTypeBuilder.removeFromMethod(Method method, Class<? extends Annotation> annotationType) Remove an annotation from the specified method.AnnotatedTypeBuilder.removeFromMethod(javax.enterprise.inject.spi.AnnotatedMethod<? super X> method, Class<? extends Annotation> annotationType) Remove an annotation from the specified method.AnnotatedTypeBuilder.removeFromMethodParameter(Method method, int position, Class<? extends Annotation> annotationType) Remove an annotation from the specified method parameter.