public class ObjectConverter extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
ObjectConverter() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canConvert(Object object,
Class type) |
static <T> Object |
convertObjectTo(Object object,
Class explicitType) |
groovy.lang.MetaClass |
getMetaClass() |
void |
setMetaClass(groovy.lang.MetaClass mc) |
Copyright © 2010–2020. All rights reserved.