|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataTypes.DataType | |
|---|---|
| r01f.marshalling.simple | |
| Uses of DataTypes.DataType in r01f.marshalling.simple |
|---|
| Subclasses of DataTypes.DataType in r01f.marshalling.simple | |
|---|---|
static class |
DataTypes.CollectionType
|
static class |
DataTypes.DateType
|
static class |
DataTypes.EnumType
|
static class |
DataTypes.ListCollectionType
|
static class |
DataTypes.MapCollectionType
|
static class |
DataTypes.ObjectType
|
| Fields in r01f.marshalling.simple declared as DataTypes.DataType | |
|---|---|
private DataTypes.DataType |
FieldMap._dataType
|
private DataTypes.DataType |
DataTypes.CollectionType._elementsType
|
private DataTypes.DataType |
DataTypes.MapCollectionType._keyElementsType
|
| Methods in r01f.marshalling.simple that return DataTypes.DataType | |
|---|---|
private static DataTypes.DataType |
SimpleMarshallerMappingsFromAnnotationsLoader._dataTypeFromType(java.lang.reflect.Field field)
Obtiene el tipo de dato a partir de la definición de la clase |
static DataTypes.DataType |
DataTypes.DataType.create(java.lang.String text)
Factoria del tipo de dato a partir de su descripción |
| Methods in r01f.marshalling.simple with parameters of type DataTypes.DataType | |
|---|---|
private void |
SimpleMarshallerMappingsFromAnnotationsLoader._recursiveMapBean(DataTypes.DataType dataType)
Llamada recursiva si se trata de: - Un objeto complejo (no un int, long, string, etc) - Una colección de objetos complejos |
private static java.lang.Object |
MappingReflectionUtils._simpleObjFromString(DataTypes.DataType dataType,
java.lang.String valueStr)
Obtiene un objeto del tipo correcto a partir de la cadena |
static java.lang.String |
MappingReflectionUtils.formatAsString(java.lang.Object value,
DataTypes.DataType dataType)
Formatea el valor de un miembro como un String, PERO SOLO en el caso de que el objeto sea un tipo "simple" (String, Long, StringBuilder, Date, etc) |
| Constructors in r01f.marshalling.simple with parameters of type DataTypes.DataType | |
|---|---|
FieldMap(java.lang.String newName,
DataTypes.DataType newDataType,
boolean isOid)
Constructor en base al |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||