Uses of Interface
org.n52.iceland.convert.Converter
-
Packages that use Converter Package Description org.n52.iceland.convert -
-
Uses of Converter in org.n52.iceland.convert
Methods in org.n52.iceland.convert that return Converter Modifier and Type Method Description <T,F>
Converter<T,F>ConverterRepository. getConverter(String fromNamespace, String toNamespace)<T,F>
Converter<T,F>ConverterRepository. getConverter(ConverterKey key)Method parameters in org.n52.iceland.convert with type arguments of type Converter Modifier and Type Method Description voidConverterRepository. setComponents(Optional<Collection<Converter<?,?>>> components)
-