Class InfluxModelAccess.InfluxInputConverter
java.lang.Object
de.iip_ecosphere.platform.connectors.model.ModelInputConverter
de.iip_ecosphere.platform.connectors.influxv3.InfluxModelAccess.InfluxInputConverter
- All Implemented Interfaces:
de.iip_ecosphere.platform.connectors.parser.InputParser.InputConverter<Object>
- Enclosing class:
InfluxModelAccess
public class InfluxModelAccess.InfluxInputConverter
extends de.iip_ecosphere.platform.connectors.model.ModelInputConverter
Data input converter. Internally, INFLUX converts all smaller types to float and long.
- Author:
- Holger Eichelberger
-
Field Summary
Fields inherited from class de.iip_ecosphere.platform.connectors.model.ModelInputConverter
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.connectors.model.ModelInputConverter
toBigDecimal, toBigInteger, toBoolean, toByteArray, toDouble, toDoubleArray, toElementList, toFloatIndex, toIntegerArray, toList, toLong, toLongIndex, toObject, 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
-
InfluxInputConverter
public InfluxInputConverter()Creates an instance.
-
-
Method Details
-
toFloat
- Specified by:
toFloatin interfacede.iip_ecosphere.platform.connectors.parser.InputParser.InputConverter<Object>- Overrides:
toFloatin classde.iip_ecosphere.platform.connectors.model.ModelInputConverter- Throws:
IOException
-
toInteger
- Specified by:
toIntegerin interfacede.iip_ecosphere.platform.connectors.parser.InputParser.InputConverter<Object>- Overrides:
toIntegerin classde.iip_ecosphere.platform.connectors.model.ModelInputConverter- Throws:
IOException
-
toByte
- Specified by:
toBytein interfacede.iip_ecosphere.platform.connectors.parser.InputParser.InputConverter<Object>- Overrides:
toBytein classde.iip_ecosphere.platform.connectors.model.ModelInputConverter- Throws:
IOException
-
toShort
- Specified by:
toShortin interfacede.iip_ecosphere.platform.connectors.parser.InputParser.InputConverter<Object>- Overrides:
toShortin classde.iip_ecosphere.platform.connectors.model.ModelInputConverter- Throws:
IOException
-