@ToString @EqualsAndHashCode public abstract class MappedClosure<O,M extends MappedClosure<O,M>> extends Object implements NestedModel, MethodMissingWrapper, Serializable, groovy.lang.GroovyObject
Constructor and Description |
---|
MappedClosure() |
MappedClosure(Map<String,O> inMap) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getMap() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Map<String,O> |
getResultMap() |
static int |
getSerialVersionUID() |
Object |
invokeMethod(String method,
Object arguments) |
Object |
methodMissing(String methodName,
Object args) |
void |
modelFromMap(Map<String,Object> inMap) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setResultMap(Map<String,O> value) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public static final int getSerialVersionUID()
public void modelFromMap(Map<String,Object> inMap)
modelFromMap
in interface NestedModel
Copyright © 2016–2017. All rights reserved.