A C G O P R S V 
All Classes All Packages

A

addPopulator(Populator) - Method in interface org.mwolff.converter.Converter
Adds a Populator to the list of populators
addPopulator(Populator) - Method in class org.mwolff.converter.GenericConverter
Adds a Populator to the list of populators
addSource(Object) - Method in interface org.mwolff.converter.Converter
Adds a source object
addSource(Object) - Method in class org.mwolff.converter.GenericConverter
Adds a source object

C

convert(Object, ViewDTO) - Method in class org.mwolff.converter.GenericPopulator
Converts the properties from source to target object.
convert(ViewDTO) - Method in interface org.mwolff.converter.Converter
Converts the values of sources into the target object.
convert(ViewDTO) - Method in class org.mwolff.converter.GenericConverter
Converts the values of sources into the target object.
convert(S, T) - Method in interface org.mwolff.converter.Populator
Converts the properties from source to target object.
Converter - Interface in org.mwolff.converter
Converter interface.

G

GenericConverter - Class in org.mwolff.converter
A generic Converter to convert with different Populator classes.
GenericConverter() - Constructor for class org.mwolff.converter.GenericConverter
 
GenericPopulator - Class in org.mwolff.converter
Generic Populator for populate properties per name.
GenericPopulator() - Constructor for class org.mwolff.converter.GenericPopulator
 

O

org.mwolff.converter - package org.mwolff.converter
 

P

Populator<S,​T extends ViewDTO> - Interface in org.mwolff.converter
Interface for a Populator.

R

returnType() - Method in class org.mwolff.converter.GenericPopulator
 
returnType() - Method in interface org.mwolff.converter.Populator
 

S

setPopulatorlist(List<Populator>) - Method in class org.mwolff.converter.GenericConverter
For Dependency Injection e.g.

V

ViewDTO - Interface in org.mwolff.converter
Marker Interface for the framework.
A C G O P R S V 
All Classes All Packages