Skip navigation links
C D G P V 

C

configureType(ConverterType) - Static method in class dwalldorf.jadecr.ConverterFactory
Sets the ConverterType, this factory should return when the getInstance method is called.
ConversionException - Exception in dwalldorf.jadecr.exception
Exception to be thrown in case something goes wrong while converting an object.
ConversionException(String, Throwable) - Constructor for exception dwalldorf.jadecr.exception.ConversionException
 
convert(Object) - Method in interface dwalldorf.jadecr.converter.Converter
Converts src to an object of destType, specified by the Convertible annotation.
convert(Object) - Method in class dwalldorf.jadecr.converter.GetterSetterConverter
 
convert(Object) - Method in class dwalldorf.jadecr.converter.PropertyConverter
 
Converter - Interface in dwalldorf.jadecr.converter
A converter for POJO-style java objects.
ConverterFactory - Class in dwalldorf.jadecr
Factory to configure the converter and obtain an instance of it.
ConverterFactory() - Constructor for class dwalldorf.jadecr.ConverterFactory
 
ConverterType - Enum in dwalldorf.jadecr
Enum to configure the converter.
Convertible - Annotation Type in dwalldorf.jadecr
Annotation to mark a class as convertible by the converter.

D

dwalldorf.jadecr - package dwalldorf.jadecr
 
dwalldorf.jadecr.converter - package dwalldorf.jadecr.converter
 
dwalldorf.jadecr.exception - package dwalldorf.jadecr.exception
 

G

getInstance() - Static method in class dwalldorf.jadecr.ConverterFactory
Returns a Converter instance of the configured type.
GetterSetterConverter - Class in dwalldorf.jadecr.converter
This converter will search for all getter-methods in the src object and try to find a matching setter in the desired {code destType} object.
GetterSetterConverter() - Constructor for class dwalldorf.jadecr.converter.GetterSetterConverter
 

P

PropertyConverter - Class in dwalldorf.jadecr.converter
This converter will search for all properties of the object to be converted, and try to find a property with the same name and of the same type, in the destClass object.
PropertyConverter() - Constructor for class dwalldorf.jadecr.converter.PropertyConverter
 

V

valueOf(String) - Static method in enum dwalldorf.jadecr.ConverterType
Returns the enum constant of this type with the specified name.
values() - Static method in enum dwalldorf.jadecr.ConverterType
Returns an array containing the constants of this enum type, in the order they are declared.
C D G P V 
Skip navigation links