Uses of Interface
com.soklet.converter.ValueConverter
Packages that use ValueConverter
Package
Description
Utilities which handle converting objects from one type to another.
-
Uses of ValueConverter in com.soklet.converter
Classes in com.soklet.converter that implement ValueConverterModifier and TypeClassDescriptionclassConvenience superclass which provides default implementations ofValueConvertermethods.classConvenience superclass which provides default implementations ofValueConvertermethods that convert fromStringto other types.Methods in com.soklet.converter that return types with arguments of type ValueConverterModifier and TypeMethodDescriptionstatic Set<ValueConverter<?, ?>> ValueConverters.defaultValueConverters()Vends the immutable system-default set ofValueConverterinstances.<F,T> Optional <ValueConverter<F, T>> ValueConverterRegistry.get(TypeReference<F> fromTypeReference, TypeReference<T> toTypeReference) Obtains aValueConverterthat matches the 'from' and 'to' type references specified.Obtain aValueConverterthat matches the 'from' and 'to' types specified.Method parameters in com.soklet.converter with type arguments of type ValueConverterModifier and TypeMethodDescriptionstatic ValueConverterRegistryValueConverterRegistry.withDefaultsSupplementedBy(Set<ValueConverter<?, ?>> customValueConverters) Acquires a registry with a sensible default set of converters as specified byValueConverters.defaultValueConverters(), supplemented with custom converters.