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 @NonNull Set<@NonNull ValueConverter<?, ?>> ValueConverters.defaultValueConverters()Vends the immutable system-default set ofValueConverterinstances.<F,T> @NonNull Optional <ValueConverter<F, T>> ValueConverterRegistry.get(@NonNull TypeReference<F> fromTypeReference, @NonNull 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 @NonNull ValueConverterRegistryValueConverterRegistry.fromBlankSlateSupplementedBy(@NonNull Set<@NonNull ValueConverter<?, ?>> customValueConverters) Acquires a registry without any default converters or automatic enum/reflexive conversions, supplemented with custom converters.static @NonNull ValueConverterRegistryValueConverterRegistry.fromDefaultsSupplementedBy(@NonNull Set<@NonNull ValueConverter<?, ?>> customValueConverters) Acquires a registry with a sensible default set of converters as specified byValueConverters.defaultValueConverters(), supplemented with custom converters.