Uses of Interface
com.soklet.converter.ValueConverter
Packages that use ValueConverter
-
Uses of ValueConverter in com.soklet.converter
Classes in com.soklet.converter that implement ValueConverterMethods in com.soklet.converter that return types with arguments of type ValueConverterModifier and TypeMethodDescriptionstatic Set<ValueConverter<?,
?>> ValueConverters.defaultValueConverters()
<F,
T> Optional<ValueConverter<F, T>> ValueConverterRegistry.get
(TypeReference<F> fromTypeReference, TypeReference<T> toTypeReference) <F,
T> Optional<ValueConverter<F, T>> Methods in com.soklet.converter with parameters of type ValueConverterModifier and TypeMethodDescriptionboolean
ValueConverterRegistry.add
(ValueConverter<?, ?> valueConverter) boolean
ValueConverterRegistry.remove
(ValueConverter<?, ?> valueConverter) Method parameters in com.soklet.converter with type arguments of type ValueConverterModifier and TypeMethodDescriptionValueConverterRegistry.addAll
(Iterable<ValueConverter<?, ?>> valueConverters)