| Modifier and Type | Method and Description |
|---|---|
protected FieldType |
SchemaFactoryImpl.assignSimpleType(Class<?> clzType,
FieldImpl field) |
| Modifier and Type | Method and Description |
|---|---|
FieldType |
FieldType.TypeAndName.getType() |
FieldType |
Field.getTypeEnum() |
static FieldType |
FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldType> |
Field.getSubTypeEnums() |
| Modifier and Type | Method and Description |
|---|---|
static String |
FieldType.toString(FieldType fieldType,
String... list) |
static String |
FieldType.toString(String name,
FieldType fieldType,
List<String> list) |
static String |
FieldType.toString(String name,
FieldType fieldType,
String... list) |
| Constructor and Description |
|---|
FieldType.TypeAndName(FieldType type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
FieldType |
FieldImpl.getTypeEnum() |
| Modifier and Type | Method and Description |
|---|---|
List<FieldType> |
FieldImpl.getSubTypeEnums() |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldImpl.setTypeEnum(FieldType typeEnum) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
ValidationHandler.convert(String fieldName,
Field field,
FieldType type,
List<FieldType> subTypes,
List<String> subTypeNames,
Object value,
ValidationHandler.ValidationContext context) |
protected Object |
ValidationHandler.convertGenericType(String fieldName,
Object value,
FieldType type) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
ValidationHandler.convert(String fieldName,
Field field,
FieldType type,
List<FieldType> subTypes,
List<String> subTypeNames,
Object value,
ValidationHandler.ValidationContext context) |
protected List<Object> |
ValidationHandler.convertArray(String fieldName,
List<FieldType> subTypes,
List<String> subTypesNames,
Object value,
ValidationHandler.ValidationContext context) |
protected Map<String,Object> |
ValidationHandler.convertMap(String fieldName,
List<FieldType> subTypes,
List<String> subTypesNames,
Map<String,Object> value,
ValidationHandler.ValidationContext context) |
Copyright © 2015. All rights reserved.