public class DefaultASTValidateableHelper extends java.lang.Object implements ASTValidateableHelper
| Constructor and Description |
|---|
DefaultASTValidateableHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addConstraintsField(org.codehaus.groovy.ast.ClassNode classNode) |
protected void |
addGetConstraintsMethod(org.codehaus.groovy.ast.ClassNode classNode) |
protected void |
addValidateMethod(org.codehaus.groovy.ast.ClassNode classNode) |
void |
injectValidateableCode(org.codehaus.groovy.ast.ClassNode classNode) |
public void injectValidateableCode(org.codehaus.groovy.ast.ClassNode classNode)
injectValidateableCode in interface ASTValidateableHelperprotected void addConstraintsField(org.codehaus.groovy.ast.ClassNode classNode)
protected void addGetConstraintsMethod(org.codehaus.groovy.ast.ClassNode classNode)
protected void addValidateMethod(org.codehaus.groovy.ast.ClassNode classNode)