| Package | Description |
|---|---|
| org.jtransfo | |
| org.jtransfo.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractListTypeConverter
Abstract type converter for converting lists with object of specific type.
|
class |
AbstractSetTypeConverter
Abstract type converter for
Set objects. |
class |
AbstractToDomainTypeConverter
Recursively use jTransfo to convert fields which are themselves a transfer object.
|
class |
AutomaticListTypeConverter
Converter lists, automatically detecting the entry type from the generic parameter.
|
class |
AutomaticSetTypeConverter
Converter for sets, automatically detecting the entry type from the generic parameter.
|
class |
AutomaticStringEnumTypeConverter
Type converter for representing enums as string in the transfer object.
|
class |
ListTypeConverter
Type converter for converting lists with object of specific type.
|
static class |
MappedBy.DefaultTypeConverter
Default value for
MappedBy.typeConverterClass() indicating the type converter which should be used if
MappedBy.typeConverter() is not set. |
class |
NoConversionTypeConverter
Fallback type converter which does no conversion at all.
|
class |
ReadOnlyDomainAutomaticListTypeConverter
Type converter for converting lists with object of specific type.
|
class |
ReadOnlyDomainAutomaticTypeConverter
Type converter which only copies linked objects' fields to the transfer object.
|
class |
ReadOnlyDomainListTypeConverter
Type converter for converting lists with object of specific type.
|
class |
ReadOnlyDomainTypeConverter
Type converter which only copies linked objects' fields to the transfer object.
|
class |
SetTypeConverter
Type converter for converting a set with objects of specific type.
|
class |
StringEnumTypeConverter<ENUM_TYPE extends Enum>
Type converter for representing enums as string in the transfer object.
|
class |
ToDomainTypeConverter
Recursively use jTransfo to convert fields which are themselves a transfer object.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeConverter> |
ConfigurableJTransfo.getTypeConverters()
Get the set of type converters which are used by this jTransfo instance.
|
| Modifier and Type | Method and Description |
|---|---|
default ConfigurableJTransfo |
ConfigurableJTransfo.with(TypeConverter typeConverter)
Add the given type converter to this JTransfo instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableJTransfo.updateTypeConverters(List<TypeConverter> newConverters)
Update the list of type converters which is used.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeConverter> |
JTransfoImpl.getTypeConverters() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConverterHelper.setTypeConvertersInOrder(Collection<TypeConverter> typeConverters)
Set the list of type converters.
|
void |
JTransfoImpl.updateTypeConverters(List<TypeConverter> newConverters) |
| Constructor and Description |
|---|
ToDomainConverter(SyntheticField toField,
SyntheticField[] domainFields,
TypeConverter typeConverter)
Constructor.
|
ToToConverter(SyntheticField toField,
SyntheticField[] domainFields,
TypeConverter typeConverter)
Constructor.
|
Copyright © 2017. All rights reserved.