Uses of Interface
de.iip_ecosphere.platform.connectors.formatter.FormatCache.DateConverter
-
Packages that use FormatCache.DateConverter Package Description de.iip_ecosphere.platform.connectors.formatter Generic output formatters. -
-
Uses of FormatCache.DateConverter in de.iip_ecosphere.platform.connectors.formatter
Classes in de.iip_ecosphere.platform.connectors.formatter that implement FormatCache.DateConverter Modifier and Type Class Description static classFormatCache.AbstractDateConverter<T>An abstract basic date converter.Fields in de.iip_ecosphere.platform.connectors.formatter with type parameters of type FormatCache.DateConverter Modifier and Type Field Description private static java.util.Map<java.lang.Class<?>,FormatCache.DateConverter<?>>FormatCache. CONVERTERSMethods in de.iip_ecosphere.platform.connectors.formatter with parameters of type FormatCache.DateConverter Modifier and Type Method Description static voidFormatCache. registerConverter(FormatCache.DateConverter<?> converter)Registers an additional converter.
-