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