Uses of Interface
kos.core.StringConverter
-
Packages that use StringConverter Package Description kos.core -
-
Uses of StringConverter in kos.core
Classes in kos.core that implement StringConverter Modifier and Type Class Description static classStringConverter.DefaultStringConverterDefault implementation ofStringConverter.Fields in kos.core with type parameters of type StringConverter Modifier and Type Field Description static Lang.Lazy<StringConverter>Kos. stringConverterDefaultStringConverter.Methods in kos.core that return StringConverter Modifier and Type Method Description <T> StringConverterStringConverter.DefaultStringConverter. register(Class<T> type, Function<String,T> converter)<T> StringConverterStringConverter. register(Class<T> type, Function<String,T> converter)
-