public class MappingExtensionHelper extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
MappingExtensionHelper() |
| Modifier and Type | Method and Description |
|---|---|
groovy.lang.MetaClass |
getMetaClass() |
static Object |
getMethodMissingLogic() |
Object |
getProperty(String property) |
static Object |
getSimpleMethodMissingLogic() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
static void |
setMethodMissingLogic(Object value) |
void |
setProperty(String property,
Object value) |
static void |
setSimpleMethodMissingLogic(Object value) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic static Object getMethodMissingLogic()
public static void setMethodMissingLogic(Object value)
public static Object getSimpleMethodMissingLogic()
public static void setSimpleMethodMissingLogic(Object value)
Copyright © 2019 Open eHealth Foundation. All rights reserved.