public class AnnotatedConstructorConfiguratorImpl<T> extends Object implements javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>
| Constructor and Description |
|---|
AnnotatedConstructorConfiguratorImpl(AnnotatedConstructorImpl<T> annotatedConstructor) |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T> |
add(Annotation annotation) |
javax.enterprise.inject.spi.AnnotatedConstructor<T> |
getAnnotated() |
List<javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator<T>> |
params() |
javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T> |
remove(Predicate predicate) |
javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T> |
removeAll() |
public AnnotatedConstructorConfiguratorImpl(AnnotatedConstructorImpl<T> annotatedConstructor)
public javax.enterprise.inject.spi.AnnotatedConstructor<T> getAnnotated()
getAnnotated in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>public javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T> add(Annotation annotation)
add in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>public javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T> remove(Predicate predicate)
remove in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>public javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T> removeAll()
removeAll in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.