Uses of Interface
javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
-
Packages that use AnnotatedParameterConfigurator Package Description javax.enterprise.inject.spi.configurator org.jboss.weld.bootstrap.events.configurator -
-
Uses of AnnotatedParameterConfigurator in javax.enterprise.inject.spi.configurator
Methods in javax.enterprise.inject.spi.configurator that return AnnotatedParameterConfigurator Modifier and Type Method Description AnnotatedParameterConfigurator<T>AnnotatedParameterConfigurator. add(Annotation annotation)Add an annotation to the parameter.AnnotatedParameterConfigurator<T>AnnotatedParameterConfigurator. remove(Predicate<Annotation> predicate)Remove annotations that match the specified predicate.default AnnotatedParameterConfigurator<T>AnnotatedParameterConfigurator. removeAll()Remove all the annotations.Methods in javax.enterprise.inject.spi.configurator that return types with arguments of type AnnotatedParameterConfigurator Modifier and Type Method Description default Stream<AnnotatedParameterConfigurator<T>>AnnotatedConstructorConfigurator. filterParams(Predicate<AnnotatedParameter<T>> predicate)default Stream<AnnotatedParameterConfigurator<T>>AnnotatedMethodConfigurator. filterParams(Predicate<AnnotatedParameter<T>> predicate)List<AnnotatedParameterConfigurator<T>>AnnotatedConstructorConfigurator. params()List<AnnotatedParameterConfigurator<T>>AnnotatedMethodConfigurator. params() -
Uses of AnnotatedParameterConfigurator in org.jboss.weld.bootstrap.events.configurator
Classes in org.jboss.weld.bootstrap.events.configurator that implement AnnotatedParameterConfigurator Modifier and Type Class Description classAnnotatedParameterConfiguratorImpl<T>Configurator forAnnotatedParameter.Methods in org.jboss.weld.bootstrap.events.configurator that return types with arguments of type AnnotatedParameterConfigurator Modifier and Type Method Description List<AnnotatedParameterConfigurator<T>>AnnotatedConstructorConfiguratorImpl. params()List<AnnotatedParameterConfigurator<T>>AnnotatedMethodConfiguratorImpl. params()
-