Package | Description |
---|---|
org.infinispan.cdi.util.annotatedtypebuilder |
Modifier and Type | Method and Description |
---|---|
AnnotatedTypeBuilder<X> |
AnnotatedTypeBuilder.addToClass(Annotation annotation)
Add an annotation to the type declaration.
|
AnnotatedTypeBuilder<X> |
AnnotatedTypeBuilder.addToField(javax.enterprise.inject.spi.AnnotatedField<? super X> field,
Annotation annotation)
Add an annotation to the specified field.
|
AnnotatedTypeBuilder<X> |
AnnotatedTypeBuilder.addToField(Field field,
Annotation annotation)
Add an annotation to the specified field.
|
AnnotatedTypeBuilder<X> |
AnnotatedTypeBuilder.addToMethod(javax.enterprise.inject.spi.AnnotatedMethod<? super X> method,
Annotation annotation)
Add an annotation to the specified method.
|
AnnotatedTypeBuilder<X> |
AnnotatedTypeBuilder.addToMethod(Method method,
Annotation annotation)
Add an annotation to the specified method.
|
AnnotatedTypeBuilder<X> |
AnnotatedTypeBuilder.addToMethodParameter(Method method,
int position,
Annotation annotation)
Add an annotation to the specified method parameter.
|
AnnotatedTypeBuilder<X> |
AnnotatedTypeBuilder.readFromType(javax.enterprise.inject.spi.AnnotatedType<X> type)
Reads in from an existing AnnotatedType.
|
AnnotatedTypeBuilder<X> |
AnnotatedTypeBuilder.readFromType(javax.enterprise.inject.spi.AnnotatedType<X> type,
boolean overwrite)
Reads in from an existing AnnotatedType.
|
AnnotatedTypeBuilder<X> |
AnnotatedTypeBuilder.readFromType(Class<X> type)
Reads the annotations from an existing java type.
|
AnnotatedTypeBuilder<X> |
AnnotatedTypeBuilder.readFromType(Class<X> type,
boolean overwrite)
Reads the annotations from an existing java type.
|
AnnotatedTypeBuilder<X> |
AnnotatedTypeBuilder.removeFromClass(Class<? extends Annotation> annotationType)
Remove an annotation from the type
|
AnnotatedTypeBuilder<X> |
AnnotatedTypeBuilder.removeFromField(javax.enterprise.inject.spi.AnnotatedField<? super X> field,
Class<? extends Annotation> annotationType)
Remove an annotation from the specified field.
|
AnnotatedTypeBuilder<X> |
AnnotatedTypeBuilder.removeFromField(Field field,
Class<? extends Annotation> annotationType)
Remove an annotation from the specified field.
|
AnnotatedTypeBuilder<X> |
AnnotatedTypeBuilder.removeFromMethod(javax.enterprise.inject.spi.AnnotatedMethod<? super X> method,
Class<? extends Annotation> annotationType)
Remove an annotation from the specified method.
|
AnnotatedTypeBuilder<X> |
AnnotatedTypeBuilder.removeFromMethod(Method method,
Class<? extends Annotation> annotationType)
Remove an annotation from the specified method.
|
AnnotatedTypeBuilder<X> |
AnnotatedTypeBuilder.removeFromMethodParameter(Method method,
int position,
Class<? extends Annotation> annotationType)
Remove an annotation from the specified method parameter.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.