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<String>
- Enclosing class:
TextLineFormatter
Own parser converter type to hide implementing class for future modifications.
- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.connectors.formatter.ConverterToString
fromBigDecimal, fromBigInteger, fromBoolean, fromByte, fromByteArray, fromDate, fromDouble, fromDoubleArray, fromElementList, fromFloat, fromInteger, fromIntegerArray, fromList, fromLong, fromObject, fromShort, fromString, fromStringArrayMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.iip_ecosphere.platform.connectors.formatter.OutputFormatter.OutputConverter
fromEnum, fromEnumAsName, fromLocalDateTime
-
Constructor Details
-
TextLineFormatterConverter
public TextLineFormatterConverter()
-