Class TextLineFormatter.TextLineFormatterConverter
- java.lang.Object
-
- de.iip_ecosphere.platform.connectors.formatter.ConverterToString
-
- de.iip_ecosphere.platform.connectors.formatter.TextLineFormatter.TextLineFormatterConverter
-
- All Implemented Interfaces:
OutputFormatter.OutputConverter<java.lang.String>
- Enclosing class:
- TextLineFormatter
public static class TextLineFormatter.TextLineFormatterConverter extends ConverterToString
Own parser converter type to hide implementing class for future modifications.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Constructor Description TextLineFormatterConverter()
-
Method Summary
-
Methods inherited from class de.iip_ecosphere.platform.connectors.formatter.ConverterToString
fromBoolean, fromByte, fromByteArray, fromDate, fromDouble, fromDoubleArray, fromFloat, fromInteger, fromIntegerArray, fromLong, fromObject, fromShort, fromString, fromStringArray
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.iip_ecosphere.platform.connectors.formatter.OutputFormatter.OutputConverter
fromEnum, fromEnumAsName, fromLocalDateTime
-
-