Class TextLineFormatterTest.CustomExBaseFormatter
java.lang.Object
test.de.iip_ecosphere.platform.connectors.TextLineFormatterTest.CustomBaseFormatter
test.de.iip_ecosphere.platform.connectors.TextLineFormatterTest.CustomExBaseFormatter
- All Implemented Interfaces:
de.iip_ecosphere.platform.connectors.formatter.OutputFormatter<String>
- Enclosing class:
TextLineFormatterTest
public static class TextLineFormatterTest.CustomExBaseFormatter
extends TextLineFormatterTest.CustomBaseFormatter
A test formatter with encoding.
- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.iip_ecosphere.platform.connectors.formatter.OutputFormatter
de.iip_ecosphere.platform.connectors.formatter.OutputFormatter.OutputConverter<T> -
Field Summary
FieldsFields inherited from interface de.iip_ecosphere.platform.connectors.formatter.OutputFormatter
SEPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionCustomExBaseFormatter(String encoding) Creates an instance and sets theencoding. -
Method Summary
Methods inherited from class test.de.iip_ecosphere.platform.connectors.TextLineFormatterTest.CustomBaseFormatter
add, chunkCompleted, endStructure, getConverter, startArrayStructure, startObjectStructure
-
Field Details
-
encoding
-
-
Constructor Details
-
CustomExBaseFormatter
Creates an instance and sets theencoding.- Parameters:
encoding- the character encoding
-
-
Method Details
-
getEncoding
Returns the encoding.- Returns:
- the encoding
-