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<String>
- Enclosing class:
TextLineParser
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.parser.ConverterFromString
toBigDecimal, toBigInteger, toBoolean, toByte, toByteArray, toDouble, toDoubleArray, toElementList, toFloat, toInteger, toIntegerArray, toList, toLong, toObject, toShort, toString, toStringArrayMethods 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.parser.InputParser.InputConverter
toDate, toEnum, toLocalDateTime
-
Constructor Details
-
TextLineParserConverter
public TextLineParserConverter()
-