Class and Description |
---|
FunctionTransformer |
JSONTransformer
Convert JSON String/Object to an Object.
|
Class and Description |
---|
FunctionTransformer |
JoinTransformer
Joins multiple
Transformer s result as input in a Serial fashion (order of the List of Transformer s provided)
If no processor is provided (null value); then the output is the same as input. |
StringConcatTransformer
Joins results into a single String
|
ThreadLocalTransformer
Passes the
UsesIntermediateObjectImpl.determineInput(Object) into a ThreadLocal variable |
URLGeneratorTransformer
Specialized use case of
StringConcatTransformer used to generate URLs.In this a processor is expeected to return a param=value pair. |
Class and Description |
---|
FunctionTransformer |
Class and Description |
---|
FunctionTransformer |
Class and Description |
---|
AbstractEntityTransformer
Boiler plate common methods for an
EventAwareProcess , ModeAware Transformer
Note: A NODE is the smallest aspect of an entity that is available for processing. |
AbstractTupleToEntityTransformer
Converts a Tuple (abstract tuple as a concept) to an Entity
|
CreateEntityTransformer
Creates an Entity of type T from any input, including null
|
EntityToMapTransformer
Convert an entity to a Map
|
FunctionTransformer |
JoinTransformer
Joins multiple
Transformer s result as input in a Serial fashion (order of the List of Transformer s provided)
If no processor is provided (null value); then the output is the same as input. |
StringConcatTransformer
Joins results into a single String
|
URLGeneratorTransformer
Specialized use case of
StringConcatTransformer used to generate URLs.In this a processor is expeected to return a param=value pair. |
Class and Description |
---|
FunctionTransformer |
Class and Description |
---|
AbstractEntityToTupleTransformer
Converts an Entity to a Tuple.
|
AbstractEntityTransformer
Boiler plate common methods for an
EventAwareProcess , ModeAware Transformer
Note: A NODE is the smallest aspect of an entity that is available for processing. |
AbstractObjectToEntityTransformer |
AbstractReverseTupleToEntityTransformer
Sometimes its nice just to conveniently reverse a mapping process from INPUT to OUTPUT and maintain the same format so that the produced output can be consumed again as an INPUT.
We are not talking about a chain here, but the output of this Transformer as an INPUT to its AbstractTupleToEntityTransformer back as an input. |
AbstractReverseTupleToEntityTransformer.OverridableHashMap
A
Map that can provide a Primary Map and an override where it maybe applicable based on the order of precedence mentioned in AbstractEntityToTupleTransformer.transform(Object) |
AbstractTupleToEntityTransformer
Converts a Tuple (abstract tuple as a concept) to an Entity
|
CaseTransformer.Case |
CreateEntityTransformer
Creates an Entity of type T from any input, including null
|
EntitySelfTransformer
Allows an entty to make changes to itself with self mappings to make internal transformations to the entity.
|
FunctionTransformer |
JoinTransformer
Joins multiple
Transformer s result as input in a Serial fashion (order of the List of Transformer s provided)
If no processor is provided (null value); then the output is the same as input. |
ObjectArrayToEntityTransformer
Convert Object[] into an Entity.
Useful to convert raw data bindings from an OR result (Object[]) to an Entity. |
ParamsRequestToEntitiesTransformer
Creates a
Map ping of 'Param type class' representing the entity to the actual entities instance. |
ParamsRequestToEntitiesTransformer.PropertyBinding |
StringConcatTransformer
Joins results into a single String
|
UsesIntermediateObjectImpl
Basic implementation for
UsesIntermediateObject |
Class and Description |
---|
AbstractEntityTransformer
Boiler plate common methods for an
EventAwareProcess , ModeAware Transformer
Note: A NODE is the smallest aspect of an entity that is available for processing. |
AbstractTupleToEntityTransformer
Converts a Tuple (abstract tuple as a concept) to an Entity
|
Class and Description |
---|
FunctionTransformer |
JoinTransformer
Joins multiple
Transformer s result as input in a Serial fashion (order of the List of Transformer s provided)
If no processor is provided (null value); then the output is the same as input. |
MapToEntitiesTransformer |
ParamsRequestToEntitiesTransformer
Creates a
Map ping of 'Param type class' representing the entity to the actual entities instance. |
StringConcatTransformer
Joins results into a single String
|
URLGeneratorTransformer
Specialized use case of
StringConcatTransformer used to generate URLs.In this a processor is expeected to return a param=value pair. |
Class and Description |
---|
FunctionTransformer |
Class and Description |
---|
FunctionTransformer |
Class and Description |
---|
FunctionTransformer |
Class and Description |
---|
FunctionTransformer |
Class and Description |
---|
AbstractEntityToTupleTransformer
Converts an Entity to a Tuple.
|
AbstractEntityTransformer
Boiler plate common methods for an
EventAwareProcess , ModeAware Transformer
Note: A NODE is the smallest aspect of an entity that is available for processing. |
AbstractReverseTupleToEntityTransformer
Sometimes its nice just to conveniently reverse a mapping process from INPUT to OUTPUT and maintain the same format so that the produced output can be consumed again as an INPUT.
We are not talking about a chain here, but the output of this Transformer as an INPUT to its AbstractTupleToEntityTransformer back as an input. |
AbstractTupleToEntityTransformer
Converts a Tuple (abstract tuple as a concept) to an Entity
|
EnsureAccessorExistsTransformer
This
Transformer does not apply any Transformation on the input itself (unless there is no intermediate object), however for the intermediate object passed itensures for an accessor chain like entity.attributes.attrib1 the necessary instances like "attributes" and "attrib1" exist else while setting one will get NullPointerExceptions. |
FunctionTransformer |
JoinTransformer
Joins multiple
Transformer s result as input in a Serial fashion (order of the List of Transformer s provided)
If no processor is provided (null value); then the output is the same as input. |
ObjectArrayToEntityTransformer
Convert Object[] into an Entity.
Useful to convert raw data bindings from an OR result (Object[]) to an Entity. |
StringConcatTransformer
Joins results into a single String
|
URLGeneratorTransformer
Specialized use case of
StringConcatTransformer used to generate URLs.In this a processor is expeected to return a param=value pair. |
UsesIntermediateObjectImpl
Basic implementation for
UsesIntermediateObject |
Class and Description |
---|
EnsureAccessorExistsTransformer
This
Transformer does not apply any Transformation on the input itself (unless there is no intermediate object), however for the intermediate object passed itensures for an accessor chain like entity.attributes.attrib1 the necessary instances like "attributes" and "attrib1" exist else while setting one will get NullPointerExceptions. |
Class and Description |
---|
AbstractEntityTransformer
Boiler plate common methods for an
EventAwareProcess , ModeAware Transformer
Note: A NODE is the smallest aspect of an entity that is available for processing. |
AbstractTupleToEntityTransformer
Converts a Tuple (abstract tuple as a concept) to an Entity
|
Copyright © 2018. All rights reserved.