| Modifier and Type | Method and Description |
|---|---|
protected FieldBuilder.AnnotationApplier<?,?> |
FieldBuilder.getAnnotationApplier(Method method,
Annotation annotation)
Get the
FieldBuilder.AnnotationApplier that applies the given annotation. |
| Modifier and Type | Method and Description |
|---|---|
protected List<FieldBuilder.AnnotationApplier<?,?>> |
FieldBuilder.buildApplierList(Method method)
Find all relevant annotations on the given method as well as on any supertype methods it overrides.
|
protected List<FieldBuilder.AnnotationApplier<?,?>> |
FieldBuilder.buildDirectApplierList(Method method)
Find all relevant annotations declared directly on the given
Method. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractField<?> |
FieldBuilder.buildField(Collection<FieldBuilder.AnnotationApplier<?,?>> appliers,
String description)
Instantiate and configure an
AbstractField according to the given scanned annotations. |
Copyright © 2017. All rights reserved.