Uses of Interface
de.iip_ecosphere.platform.connectors.formatter.OutputFormatter.OutputConverter
-
Packages that use OutputFormatter.OutputConverter Package Description de.iip_ecosphere.platform.connectors.formatter Generic output formatters.de.iip_ecosphere.platform.connectors.model Classes around accessing an information model behind a protocol implementation. -
-
Uses of OutputFormatter.OutputConverter in de.iip_ecosphere.platform.connectors.formatter
Classes in de.iip_ecosphere.platform.connectors.formatter that implement OutputFormatter.OutputConverter Modifier and Type Class Description classConverterToStringConverts primitive data to string format.static classJsonOutputFormatter.JsonOutputConverterstatic classTextLineFormatter.TextLineFormatterConverterOwn parser converter type to hide implementing class for future modifications.Methods in de.iip_ecosphere.platform.connectors.formatter that return OutputFormatter.OutputConverter Modifier and Type Method Description OutputFormatter.OutputConverter<java.lang.String>DummyFormatter. getConverter()OutputFormatter.OutputConverter<T>OutputFormatter. getConverter()Returns the output converter. -
Uses of OutputFormatter.OutputConverter in de.iip_ecosphere.platform.connectors.model
Classes in de.iip_ecosphere.platform.connectors.model that implement OutputFormatter.OutputConverter Modifier and Type Class Description classModelOutputConverterOutput converter implementing theModelAccessconversion conventions.
-