Uses of Interface
javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
-
Packages that use AnnotatedMethodConfigurator Package Description javax.enterprise.inject.spi.configurator org.jboss.weld.bootstrap.events.configurator -
-
Uses of AnnotatedMethodConfigurator in javax.enterprise.inject.spi.configurator
Methods in javax.enterprise.inject.spi.configurator that return AnnotatedMethodConfigurator Modifier and Type Method Description AnnotatedMethodConfigurator<T>AnnotatedMethodConfigurator. add(Annotation annotation)Add an annotation to the method.AnnotatedMethodConfigurator<T>AnnotatedMethodConfigurator. remove(Predicate<Annotation> predicate)Remove annotations that match the specified predicate.default AnnotatedMethodConfigurator<T>AnnotatedMethodConfigurator. removeAll()Remove all the annotations.Methods in javax.enterprise.inject.spi.configurator that return types with arguments of type AnnotatedMethodConfigurator Modifier and Type Method Description default Stream<AnnotatedMethodConfigurator<? super T>>AnnotatedTypeConfigurator. filterMethods(Predicate<AnnotatedMethod<? super T>> predicate)Set<AnnotatedMethodConfigurator<? super T>>AnnotatedTypeConfigurator. methods() -
Uses of AnnotatedMethodConfigurator in org.jboss.weld.bootstrap.events.configurator
Classes in org.jboss.weld.bootstrap.events.configurator that implement AnnotatedMethodConfigurator Modifier and Type Class Description classAnnotatedMethodConfiguratorImpl<T>Configurator forAnnotatedMethod.Methods in org.jboss.weld.bootstrap.events.configurator that return types with arguments of type AnnotatedMethodConfigurator Modifier and Type Method Description Set<AnnotatedMethodConfigurator<? super T>>AnnotatedTypeConfiguratorImpl. methods()
-