Package org.apache.webbeans.configurator
Class AnnotatedMethodConfiguratorImpl<T>
- java.lang.Object
-
- org.apache.webbeans.configurator.AnnotatedMethodConfiguratorImpl<T>
-
- All Implemented Interfaces:
javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator<T>
public class AnnotatedMethodConfiguratorImpl<T> extends Object implements javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator<T>
-
-
Constructor Summary
Constructors Constructor Description AnnotatedMethodConfiguratorImpl(AnnotatedMethodImpl<T> annotatedMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator<T>add(Annotation annotation)javax.enterprise.inject.spi.AnnotatedMethod<T>getAnnotated()List<javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator<T>>params()javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator<T>remove(Predicate<Annotation> annotation)javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator<T>removeAll()
-
-
-
Constructor Detail
-
AnnotatedMethodConfiguratorImpl
public AnnotatedMethodConfiguratorImpl(AnnotatedMethodImpl<T> annotatedMethod)
-
-
Method Detail
-
getAnnotated
public javax.enterprise.inject.spi.AnnotatedMethod<T> getAnnotated()
- Specified by:
getAnnotatedin interfacejavax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator<T>
-
add
public javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator<T> add(Annotation annotation)
- Specified by:
addin interfacejavax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator<T>
-
remove
public javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator<T> remove(Predicate<Annotation> annotation)
- Specified by:
removein interfacejavax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator<T>
-
removeAll
public javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator<T> removeAll()
- Specified by:
removeAllin interfacejavax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator<T>
-
-