Class SolConstants.WriterConstants.TransactionWriterConstants
java.lang.Object
com.bluebell.greenhouse.sol.constants.SolConstants.WriterConstants.TransactionWriterConstants
- Enclosing class:
SolConstants.WriterConstants
Constants for transaction writers.
- Version:
- 3.0.4
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<String, Function<Transaction, ?>> All supported ordered headers for transaction csv writing.static final Map<String, Function<Transaction, ?>> Minimal ordered headers for transaction csv writing. -
Method Summary
-
Field Details
-
MINIMAL_TRANSACTION_HEADERS
Minimal ordered headers for transaction csv writing. -
ALL_TRANSACTION_HEADERS
All supported ordered headers for transaction csv writing.
-