Uses of Interface
org.joda.convert.TypedStringConverter
Packages that use TypedStringConverter
-
Uses of TypedStringConverter in org.joda.convert
Methods in org.joda.convert that return TypedStringConverterModifier and TypeMethodDescription<T> TypedStringConverter<T> StringConvert.findTypedConverter(Class<T> cls) Finds a suitable converter for the type.StringConvert.findTypedConverterNoGenerics(Class<?> cls) Finds a suitable converter for the type with open generics.default TypedStringConverter<Object> TypedStringConverter.withoutGenerics()Returns this converter with the generics removed.Methods in org.joda.convert that return types with arguments of type TypedStringConverterModifier and TypeMethodDescription<T> Optional<TypedStringConverter<T>> StringConvert.converterFor(Class<T> cls) Finds a suitable converter for the type.