Methods
Modifier and Type |
Method and Description |
protected void |
checkKnownField(BuilderASTTransformation transform,
AnnotationNode anno,
String name,
List<FieldNode> fields) |
protected void |
checkKnownProperty(BuilderASTTransformation transform,
AnnotationNode anno,
String name,
List<BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo> properties) |
protected boolean |
getIncludeExclude(BuilderASTTransformation transform,
AnnotationNode anno,
ClassNode cNode,
List<String> excludes,
List<String> includes) |
protected static List<BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo> |
getPropertyInfoFromClassNode(ClassNode cNode,
List<String> includes,
List<String> excludes) |
protected String |
getSetterName(String prefix,
String fieldName) |
protected boolean |
unsupportedAttribute(BuilderASTTransformation transform,
AnnotationNode anno,
String memberName) |
protected boolean |
unsupportedAttribute(BuilderASTTransformation transform,
AnnotationNode anno,
String memberName,
String extraMessage) |