Package org.frankframework.batch
Interface RecordTransformer.IOutputField
- Enclosing class:
RecordTransformer
public static interface RecordTransformer.IOutputField
Each function must implement this interface
- Author:
- John Dekker
-
Method Summary
Modifier and TypeMethodDescriptionappendValue
(RecordTransformer.IOutputField curFunction, StringBuilder result, List<String> inputFields)
-
Method Details
-
appendValue
RecordTransformer.IOutputField appendValue(RecordTransformer.IOutputField curFunction, StringBuilder result, List<String> inputFields) throws Exception - Throws:
Exception
-