public abstract class OpenTypeUtils extends Object
| Constructor and Description |
|---|
OpenTypeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static CompositeType |
createCompositeType(Class<?> clazz)
Introspects the given class to generate composite type.
|
static OpenType |
createOpenType(Class<?> clazz,
OpenTypeInfo info)
Introspects the given class to generate open type type.
|
static TabularType |
createTabularType(Class<?> clazz)
Introspects the given class to generate tabular type.
|
static SimpleType |
getSimpleType(Class<?> clazz)
Returns the simple type for the given class.
|
public static OpenType createOpenType(Class<?> clazz, OpenTypeInfo info) throws OpenDataException
CompositeData, TabularData or their respective array then
OpenTypeInfo param must not be null.OpenDataExceptionpublic static SimpleType getSimpleType(Class<?> clazz)
public static CompositeType createCompositeType(Class<?> clazz) throws OpenDataException
OpenDataExceptionpublic static TabularType createTabularType(Class<?> clazz) throws OpenDataException
TabularTypeInfo.OpenDataException"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"