- org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy
-
-
Methods Summary
Methods
Type |
Name and description |
protected void |
checkKnownField(BuilderASTTransformation transform, AnnotationNode anno, String name, List<FieldNode> fields)
|
protected void |
checkKnownProperty(BuilderASTTransformation transform, AnnotationNode anno, String name, List<PropertyInfo> properties)
|
protected boolean |
getIncludeExclude(BuilderASTTransformation transform, AnnotationNode anno, ClassNode cNode, List<String> excludes, List<String> includes)
|
protected static List<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)
|
-
Inherited Methods Summary
- | Detail:
Field Constructor - Method
Copyright © 2003-2014 The Codehaus. All rights reserved.