T - the class represented by the configured AnnotatedTypepublic interface AnnotatedTypeConfigurator<T>
AnnotatedType instance. The CDI container must provide an implementation of
this interface.
AnnotatedTypeConfigurator is not reusable.
This configurator is not thread safe and shall not be used concurrently.BeforeBeanDiscovery.addAnnotatedType(String),
AfterTypeDiscovery.addAnnotatedType(String),
ProcessAnnotatedType.configureAnnotatedType()AnnotatedType<T> getAnnotated()
AnnotatedTypeAnnotatedTypeConfigurator<T> add(Annotation annotation)
annotation - AnnotatedTypeConfigurator<T> remove(Annotation annotation)
Nonbinding. The container calls the Object.equals(Object) method of the annotation member value
to compare values.annotation - AnnotatedTypeConfigurator<T> remove(Class<? extends Annotation> annotationType)
annotation - AnnotatedTypeConfigurator<T> removeAll()
Set<AnnotatedMethodConfigurator<T>> methods()
AnnotatedMethodConfigurators reflecting the AnnotatedType.getMethods()default java.util.stream.Stream<AnnotatedMethodConfigurator<T>> filterMethods(java.util.function.Predicate<AnnotatedMethod<T>> predicate)
predicate - Testing the original AnnotatedMethodAnnotatedMethodConfigurators matching the given predicateAnnotatedMethodConfigurator.getAnnotated()Set<AnnotatedFieldConfigurator<T>> fields()
AnnotatedFieldConfigurators reflecting the AnnotatedType.getFields()default java.util.stream.Stream<AnnotatedFieldConfigurator<T>> filterFields(java.util.function.Predicate<AnnotatedField<T>> predicate)
predicate - Testing the original AnnotatedFieldAnnotatedFieldConfigurators matching the given predicateAnnotatedFieldConfigurator.getAnnotated()Set<AnnotatedConstuctorConfigurator<T>> constructors()
AnnotatedConstuctorConfigurators reflecting the
AnnotatedType.getConstructors()default java.util.stream.Stream<AnnotatedConstuctorConfigurator<T>> filterConstructors(java.util.function.Predicate<AnnotatedConstructor<T>> predicate)
predicate - Testing the original AnnotatedConstructorAnnotatedConstuctorConfigurators matching the given predicateAnnotatedConstuctorConfigurator.getAnnotated()Copyright © 2008-2016 JBoss by Red Hat, Inc.. All Rights Reserved.