Methods
Type Params |
Return 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 List<FieldNode> |
getFields(BuilderASTTransformation transform, AnnotationNode anno, ClassNode buildee)
|
|
protected boolean |
getIncludeExclude(BuilderASTTransformation transform, AnnotationNode anno, ClassNode cNode, List<String> excludes, List<String> includes)
|
|
protected static List<PropertyInfo> |
getPropertyInfoFromBeanInfo(ClassNode cNode, List<String> includes, List<String> excludes, boolean allNames)
|
|
protected static List<PropertyInfo> |
getPropertyInfoFromClassNode(ClassNode cNode, List<String> includes, List<String> excludes)
|
|
protected static List<PropertyInfo> |
getPropertyInfoFromClassNode(ClassNode cNode, List<String> includes, List<String> excludes, boolean allNames)
|
|
protected List<PropertyInfo> |
getPropertyInfoFromClassNode(BuilderASTTransformation transform, AnnotationNode anno, ClassNode cNode, List<String> includes, List<String> excludes, boolean allNames, boolean allProperties)
|
|
protected List<PropertyInfo> |
getPropertyInfos(BuilderASTTransformation transform, AnnotationNode anno, ClassNode buildee, List<String> excludes, List<String> includes, boolean allNames, boolean allProperties)
|
|
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)
|