Package org.apache.webbeans.configurator
Class AnnotatedConstructorConfiguratorImpl<T>
- java.lang.Object
-
- org.apache.webbeans.configurator.AnnotatedConstructorConfiguratorImpl<T>
-
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>
public class AnnotatedConstructorConfiguratorImpl<T> extends Object implements jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>
-
-
Constructor Summary
Constructors Constructor Description AnnotatedConstructorConfiguratorImpl(AnnotatedConstructorImpl<T> annotatedConstructor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>add(Annotation annotation)jakarta.enterprise.inject.spi.AnnotatedConstructor<T>getAnnotated()List<jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator<T>>params()jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>remove(Predicate predicate)jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>removeAll()
-
-
-
Constructor Detail
-
AnnotatedConstructorConfiguratorImpl
public AnnotatedConstructorConfiguratorImpl(AnnotatedConstructorImpl<T> annotatedConstructor)
-
-
Method Detail
-
getAnnotated
public jakarta.enterprise.inject.spi.AnnotatedConstructor<T> getAnnotated()
- Specified by:
getAnnotatedin interfacejakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>
-
add
public jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T> add(Annotation annotation)
- Specified by:
addin interfacejakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>
-
remove
public jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T> remove(Predicate predicate)
- Specified by:
removein interfacejakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>
-
removeAll
public jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T> removeAll()
- Specified by:
removeAllin interfacejakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>
-
-