public class PropertyUtil extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
PropertyUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
attach(NestingType nestingType,
Object component,
Object subComponent,
String name) |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
static boolean |
hasAdderMethod(Object obj,
String name) |
Object |
invokeMethod(String method,
Object arguments) |
static NestingType |
nestingType(Object obj,
String name) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
static String |
transformFirstLetter(String s,
groovy.lang.Closure closure) |
static String |
upperCaseFirstLetter(String s) |
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 NestingType nestingType(Object obj, String name)
public static void attach(NestingType nestingType, Object component, Object subComponent, String name)
public static String transformFirstLetter(String s, groovy.lang.Closure closure)
Copyright © 2005–2015 QOS.ch. All rights reserved.