- AbstractConverter - Class in org.jtransfo.internal
-
Converter class to copy one field to the transfer object class.
- AbstractConverter() - Constructor for class org.jtransfo.internal.AbstractConverter
-
- AbstractListTypeConverter - Class in org.jtransfo
-
Abstract type converter for converting lists with object of specific type.
- AbstractListTypeConverter(String, Class<?>) - Constructor for class org.jtransfo.AbstractListTypeConverter
-
Construct type converter for converting a list, assign given name and use given transfer object type.
- AbstractSetTypeConverter - Class in org.jtransfo
-
Abstract type converter for
Set objects.
- AbstractSetTypeConverter(String, Class<?>) - Constructor for class org.jtransfo.AbstractSetTypeConverter
-
Construct type converter for converting a set, assign given name and use given transfer object type.
- AbstractToDomainTypeConverter - Class in org.jtransfo
-
Recursively use jTransfo to convert fields which are themselves a transfer object.
- AbstractToDomainTypeConverter() - Constructor for class org.jtransfo.AbstractToDomainTypeConverter
-
- accessExceptionMessage() - Method in class org.jtransfo.internal.AbstractConverter
-
Get exception message for IllegalAccessException.
- accessExceptionMessage() - Method in class org.jtransfo.internal.ToDomainConverter
-
- accessExceptionMessage() - Method in class org.jtransfo.internal.ToToConverter
-
- AccessorSyntheticField - Class in org.jtransfo.internal
-
Abstraction of a
Field which uses the getter and setter if they exist.
- add(T) - Method in class org.jtransfo.internal.LockableList
-
- add(int, T) - Method in class org.jtransfo.internal.LockableList
-
- addAll(Collection<? extends T>) - Method in class org.jtransfo.internal.LockableList
-
- addAll(int, Collection<? extends T>) - Method in class org.jtransfo.internal.LockableList
-
- addConverters(Converter, String...) - Method in class org.jtransfo.internal.TaggedConverter
-
Add the converter which should be used for a specific tag.
- addToDomain(Converter) - Method in class org.jtransfo.ToConverter
-
Add a converter to convert transfer to domain object.
- addToTo(Converter) - Method in class org.jtransfo.ToConverter
-
Add a converters to convert domain to transfer object.
- ALWAYS - Static variable in annotation type org.jtransfo.MapOnly
-
Tag which can be used to assure it is always called (handled before the specific cases).
- argumentExceptionMessage() - Method in class org.jtransfo.internal.AbstractConverter
-
Get exception message for IllegalArgumentException.
- argumentExceptionMessage() - Method in class org.jtransfo.internal.ToDomainConverter
-
- argumentExceptionMessage() - Method in class org.jtransfo.internal.ToToConverter
-
- AutomaticListTypeConverter - Class in org.jtransfo
-
Converter lists, automatically detecting the entry type from the generic parameter.
- AutomaticListTypeConverter() - Constructor for class org.jtransfo.AutomaticListTypeConverter
-
No-arguments constructor, jTransfo instance needs to be injected explicitly.
- AutomaticListTypeConverter(String) - Constructor for class org.jtransfo.AutomaticListTypeConverter
-
Constructor which defined custom name.
- AutomaticListTypeConverter(JTransfo) - Constructor for class org.jtransfo.AutomaticListTypeConverter
-
Constructor which injects jTransfo instance.
- AutomaticSetTypeConverter - Class in org.jtransfo
-
Converter for sets, automatically detecting the entry type from the generic parameter.
- AutomaticSetTypeConverter() - Constructor for class org.jtransfo.AutomaticSetTypeConverter
-
No-arguments constructor, jTransfo instance needs to be injected explicitly.
- AutomaticSetTypeConverter(String) - Constructor for class org.jtransfo.AutomaticSetTypeConverter
-
Constructor which defined custom name.
- AutomaticSetTypeConverter(JTransfo) - Constructor for class org.jtransfo.AutomaticSetTypeConverter
-
Constructor which injects jTransfo instance.
- AutomaticStringEnumTypeConverter - Class in org.jtransfo
-
Type converter for representing enums as string in the transfer object.
- AutomaticStringEnumTypeConverter() - Constructor for class org.jtransfo.AutomaticStringEnumTypeConverter
-
- set(Object, Object) - Method in class org.jtransfo.internal.AccessorSyntheticField
-
Set field value.
- set(int, T) - Method in class org.jtransfo.internal.LockableList
-
- set(Object, Object) - Method in class org.jtransfo.internal.SimpleSyntheticField
-
- set(Object, Object) - Method in interface org.jtransfo.internal.SyntheticField
-
Set field value.
- setAlwaysNewList(boolean) - Method in class org.jtransfo.AbstractListTypeConverter
-
Set whether a new list should be used as container for the values.
- setAlwaysNewList(boolean) - Method in class org.jtransfo.ReadOnlyDomainAutomaticTypeConverter
-
Set whether a new list should be used as container for the values.
- setAlwaysNewSet(boolean) - Method in class org.jtransfo.AbstractSetTypeConverter
-
Set whether a new set should be used as container for the values.
- setEmptyListSupplier(Supplier<List>) - Method in class org.jtransfo.AbstractListTypeConverter
-
Define a supplier for empty lists.
- setEmptySetSupplier(Supplier<Set>) - Method in class org.jtransfo.AbstractSetTypeConverter
-
Define a supplier for empty sets.
- setInstance(JTransfoImpl) - Method in class org.jtransfo.internal.JTransfoJrebelPlugin
-
Set instance for which this plugin (instance) applies.
- setJTransfo(JTransfo) - Method in class org.jtransfo.AbstractListTypeConverter
-
- setJTransfo(JTransfo) - Method in class org.jtransfo.AbstractSetTypeConverter
-
- setJTransfo(JTransfo) - Method in class org.jtransfo.AbstractToDomainTypeConverter
-
- setJTransfo(JTransfo) - Method in interface org.jtransfo.NeedsJTransfo
-
Set jTransfo instance which can be used recursively.
- setJTransfo(JTransfo) - Method in class org.jtransfo.ReadOnlyDomainAutomaticTypeConverter
-
- setKeepNullList(boolean) - Method in class org.jtransfo.AbstractListTypeConverter
-
Set whether null values should be kept (true).
- setKeepNullList(boolean) - Method in class org.jtransfo.ReadOnlyDomainAutomaticTypeConverter
-
Set whether null values should be kept (true).
- setKeepNullSet(boolean) - Method in class org.jtransfo.AbstractSetTypeConverter
-
Set whether null values should be kept (true).
- setName(String) - Method in class org.jtransfo.ReadOnlyDomainAutomaticTypeConverter
-
Set the name for the type converter.
- setName(String) - Method in class org.jtransfo.ReadOnlyDomainTypeConverter
-
Set the name for the type converter.
- setSortList(boolean) - Method in class org.jtransfo.AbstractListTypeConverter
-
Should the list be sorted if the first member is Comparable?
- setSortList(boolean) - Method in class org.jtransfo.ReadOnlyDomainAutomaticTypeConverter
-
Should the list be sorted if the first member is Comparable?
- SetTypeConverter - Class in org.jtransfo
-
Type converter for converting a set with objects of specific type.
- SetTypeConverter(String, Class<?>) - Constructor for class org.jtransfo.SetTypeConverter
-
Construct type converter for converting a set, assign given name and use given transfer object type.
- SimpleSyntheticField - Class in org.jtransfo.internal
-
Simple synthetic field which just exposes the field itself.
- SimpleSyntheticField(Field) - Constructor for class org.jtransfo.internal.SimpleSyntheticField
-
Constructor.
- StringEnumTypeConverter<ENUM_TYPE extends Enum> - Class in org.jtransfo
-
Type converter for representing enums as string in the transfer object.
- StringEnumTypeConverter(Class<ENUM_TYPE>) - Constructor for class org.jtransfo.StringEnumTypeConverter
-
Construct a new type converter for the given enum type.
- SyntheticField - Interface in org.jtransfo.internal
-
Abstraction of a
Field which allows different handling of the field accessors.