public class FieldTypeManager extends Object
Modifier and Type | Field and Description |
---|---|
protected FieldType |
customType |
Modifier and Type | Method and Description |
---|---|
static FieldTypeManager |
get() |
FieldType |
getComplexTypeByClass(String className) |
FieldType |
getDecoratorTypeByClass(String className) |
protected FieldType |
getFieldTypeByClass(List<FieldType> fieldTypes,
String className) |
FieldType |
getSimpleTypeByClass(String className) |
FieldType |
getTypeByClass(String className) |
FieldType |
getTypeByClass(String className,
String bag) |
FieldType |
getTypeByCode(String typeCode) |
FieldType |
getTypeByCode(String typeCode,
String fieldClass) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.