public class DefaultTypeRulesValidationContext extends DefaultValidationContext
| Constructor and Description |
|---|
DefaultTypeRulesValidationContext() |
| Modifier and Type | Method and Description |
|---|---|
RuleBuilder |
configure() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
addCompositeTypeRule, addContext, addEncodingRule, addMessageRule, addPrimitiveRule, addRule, addToRules, getCompositeTypeRules, getEncodingRules, getMessageRules, getPrimitiveRules, getRequireMessageRule, isRequireMessageRule, setRequireMessageRulepublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectgetMetaClass in class DefaultValidationContextpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectsetMetaClass in class DefaultValidationContextpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class DefaultValidationContextpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class DefaultValidationContextpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectsetProperty in class DefaultValidationContextpublic RuleBuilder configure()
configure in class DefaultValidationContextCopyright © 2016 Open eHealth Foundation. All rights reserved.