public class GetterSetterRules extends Object
| Constructor and Description |
|---|
GetterSetterRules() |
| Modifier and Type | Method and Description |
|---|---|
MethodRule |
createGetterRule(AnnotationMirror metaAnnotation,
VariableElement template,
String avPrefix) |
MethodRule |
createGetterRuleFromGetterAV(AnnotationMirror metaAnnotation,
VariableElement template) |
MethodRule |
createSetterRule(AnnotationMirror metaAnnotation,
VariableElement template,
String avPrefix) |
MethodRule |
createSetterRuleFromSetterAV(AnnotationMirror metaAnnotation,
VariableElement template) |
public MethodRule createGetterRuleFromGetterAV(AnnotationMirror metaAnnotation, VariableElement template)
public MethodRule createSetterRuleFromSetterAV(AnnotationMirror metaAnnotation, VariableElement template)
public MethodRule createGetterRule(AnnotationMirror metaAnnotation, VariableElement template, String avPrefix)
public MethodRule createSetterRule(AnnotationMirror metaAnnotation, VariableElement template, String avPrefix)
Copyright © 2018. All rights reserved.