public class MappingExtensionModule extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
MappingExtensionModule() |
| Modifier and Type | Method and Description |
|---|---|
static String |
firstLower(String delegate) |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
static boolean |
hasKey(String delegate,
Object key) |
static boolean |
hasValue(String delegate,
Object value) |
Object |
invokeMethod(String method,
Object arguments) |
static Collection<?> |
keys(String delegate) |
static String |
keySystem(String delegate) |
static Object |
map(String delegate,
Object key) |
static Object |
map(String delegate,
Object key,
Object defaultValue) |
static Object |
mapReverse(String delegate,
Object value) |
static Object |
mapReverse(String delegate,
Object value,
Object defaultValue) |
static Object |
methodMissing(String delegate,
String name,
Object args) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
static Collection<?> |
values(String delegate) |
static String |
valueSystem(String delegate) |
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 Collection<?> keys(String delegate)
public static Collection<?> values(String delegate)
Copyright © 2018 Open eHealth Foundation. All rights reserved.