protected abstract class GenerationRules.MethodRule extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
MethodRule() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
accept(ExecutableElement beanGetter)
Accepts a method as parameter and may applies a rule to update the
ClassModelBuilder. |
public abstract boolean accept(ExecutableElement beanGetter)
ClassModelBuilder.beanGetter - a bean getter method from an annotation processed classreferenceType should not be processed by the next GenerationRules.MethodRule