public static class TrackingAnnotatedTypeConfiguratorImpl.TrackingAnnotatedConstructorConfiguratorImpl<T> extends Object implements javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>
| Constructor and Description |
|---|
TrackingAnnotatedConstructorConfiguratorImpl(javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T> delegate,
List<String> actions) |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T> |
add(Annotation annotation) |
boolean |
equals(Object o) |
Stream<javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator<T>> |
filterParams(Predicate<javax.enterprise.inject.spi.AnnotatedParameter<T>> predicate) |
javax.enterprise.inject.spi.AnnotatedConstructor<T> |
getAnnotated() |
int |
hashCode() |
List<javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator<T>> |
params() |
javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T> |
remove(Predicate<Annotation> predicate) |
javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T> |
removeAll() |
String |
toString() |
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<Annotation> 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>public List<javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator<T>> params()
params in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>public Stream<javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator<T>> filterParams(Predicate<javax.enterprise.inject.spi.AnnotatedParameter<T>> predicate)
filterParams in interface javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>Copyright © 2008–2025 The Apache Software Foundation. All rights reserved.