public class JavaBackedType extends Object implements CustomType
| Modifier and Type | Method and Description |
|---|---|
Object |
fromString(String value) |
String |
getName() |
Map<String,Property> |
getProperties() |
Class<?> |
getWrapped() |
static Type |
of(Class<?> clazz)
If clazz can be represented as a JavaBackedType, returns a JavaBackedType for representing clazz.
|
String |
toString(Object value) |
public static Type of(Class<?> clazz)
clazz - the class to be represented as JavaBackedTypepublic Object fromString(String value)
fromString in interface Typepublic Class<?> getWrapped()
public Map<String,Property> getProperties()
getProperties in interface CustomTypeCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.