Package | Description |
---|---|
com.neurosys.ecom.etl | |
com.neurosys.etl.common.transformers |
Modifier and Type | Class and Description |
---|---|
class |
AmountTransformer
Converts a null to an Empty Amount Object if
AmountTransformer.nullToAmount is true; also converts any Number/Amount.total value to Amount
and sets it in the Amount.setTotal(Double) (default else if AmountTransformer.amountPropertyField is specified then that is set) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCreateEntityTransformer<T>
Create an entity of type T using its Default Constructor if the input is null;
and if its not null will delegate the input to
DefaultCreateEntityTransformer.queryTransformer (if defined), to fetch T from it. |
Copyright © 2018. All rights reserved.