T - public class AnnotatedConstructorConfiguratorImpl<T> extends Object implements AnnotatedConstructorConfigurator<T>
AnnotatedConstructor.| Modifier and Type | Field and Description |
|---|---|
protected List<AnnotatedParameterConfiguratorImpl<T>> |
params |
| Modifier and Type | Method and Description |
|---|---|
C |
add(Annotation annotation) |
A |
getAnnotated() |
List<AnnotatedParameterConfigurator<T>> |
params() |
C |
remove(Annotation annotation) |
C |
remove(Class<? extends Annotation> annotationType) |
C |
removeAll() |
protected AnnotatedConstructorConfiguratorImpl<T> |
self() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, filterParams, getAnnotated, remove, remove, removeAllprotected final List<AnnotatedParameterConfiguratorImpl<T>> params
public List<AnnotatedParameterConfigurator<T>> params()
params in interface AnnotatedConstructorConfigurator<T>AnnotatedParameterConfigurators reflecting the
AnnotatedCallable.getParameters()protected AnnotatedConstructorConfiguratorImpl<T> self()
public A getAnnotated()
public C add(Annotation annotation)
public C remove(Annotation annotation)
public C remove(Class<? extends Annotation> annotationType)
public C removeAll()
Copyright © 2016. All Rights Reserved.