Uses of Interface
de.iip_ecosphere.platform.connectors.formatter.OutputFormatter
-
Packages that use OutputFormatter Package Description de.iip_ecosphere.platform.connectors.formatter Generic output formatters. -
-
Uses of OutputFormatter in de.iip_ecosphere.platform.connectors.formatter
Classes in de.iip_ecosphere.platform.connectors.formatter that implement OutputFormatter Modifier and Type Class Description classDummyFormatterA dummy instance to avoid NPEs.classJsonOutputFormatterJSON output formatter (preliminary).classTextLineFormatterA simple text line formatter for given separators.Methods in de.iip_ecosphere.platform.connectors.formatter that return OutputFormatter Modifier and Type Method Description static OutputFormatter<?>FormatterUtils. createInstance(java.lang.ClassLoader loader, java.lang.String className, java.lang.String charset)Convenience method for creating (custom) formatter instances.
-