Class TextLineParser.TextLineParserConverter
- java.lang.Object
-
- de.iip_ecosphere.platform.connectors.parser.ConverterFromString
-
- de.iip_ecosphere.platform.connectors.parser.TextLineParser.TextLineParserConverter
-
- All Implemented Interfaces:
InputParser.InputConverter<java.lang.String>
- Enclosing class:
- TextLineParser
public static class TextLineParser.TextLineParserConverter extends ConverterFromString
Own parser converter type to hide implementing class for future modifications.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Constructor Description TextLineParserConverter()
-
Method Summary
-
Methods inherited from class de.iip_ecosphere.platform.connectors.parser.ConverterFromString
toBoolean, toByte, toByteArray, toDouble, toDoubleArray, toFloat, toInteger, toIntegerArray, toLong, toObject, toShort, toString, toStringArray
-
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.parser.InputParser.InputConverter
toDate, toEnum, toLocalDateTime
-
-