util/transformer library
Classes
-
Operation<
CONTEXT> - An Operation contains a source and a target Property that are used to read values from a source and set the result in the target object
-
Property<
CONTEXT> - A Property is able to read and write property values given an instance
-
Transformer<
CONTEXT> - Transformer is a generic class that transforms a source into a target object given a list of Operations.