public class AnnotatedTypeConfiguratorImpl<T> extends Object implements AnnotatedTypeConfigurator<T>
AnnotatedType.| Constructor and Description |
|---|
AnnotatedTypeConfiguratorImpl(AnnotatedType<T> annotatedType) |
| Modifier and Type | Method and Description |
|---|---|
C |
add(Annotation annotation) |
Set<AnnotatedConstructorConfigurator<T>> |
constructors() |
Set<AnnotatedFieldConfigurator<? super T>> |
fields() |
A |
getAnnotated() |
Set<AnnotatedMethodConfigurator<? super T>> |
methods() |
C |
remove(Annotation annotation) |
C |
remove(Class<? extends Annotation> annotationType) |
C |
removeAll() |
protected AnnotatedTypeConfiguratorImpl<T> |
self() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, filterConstructors, filterFields, filterMethods, getAnnotated, remove, remove, removeAllpublic AnnotatedTypeConfiguratorImpl(AnnotatedType<T> annotatedType)
public Set<AnnotatedMethodConfigurator<? super T>> methods()
methods in interface AnnotatedTypeConfigurator<T>AnnotatedMethodConfigurators reflecting the AnnotatedType.getMethods()public Set<AnnotatedFieldConfigurator<? super T>> fields()
fields in interface AnnotatedTypeConfigurator<T>AnnotatedFieldConfigurators reflecting the AnnotatedType.getFields()public Set<AnnotatedConstructorConfigurator<T>> constructors()
constructors in interface AnnotatedTypeConfigurator<T>AnnotatedConstructorConfigurators reflecting the
AnnotatedType.getConstructors()protected AnnotatedTypeConfiguratorImpl<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.