Uses of Class
com.soklet.converter.ValueConverterRegistry
Packages that use ValueConverterRegistry
Package
Description
Core Soklet contracts and functionality.
Utilities which handle converting objects from one type to another.
-
Uses of ValueConverterRegistry in com.soklet
Methods in com.soklet that return ValueConverterRegistryMethods in com.soklet with parameters of type ValueConverterRegistryModifier and TypeMethodDescriptionstatic @NonNull RequestBodyMarshalerRequestBodyMarshaler.fromValueConverterRegistry(@NonNull ValueConverterRegistry valueConverterRegistry) Acquires a threadsafeRequestBodyMarshalerimplementation which converts request body data using the providedValueConverterRegistry.SokletConfig.Builder.valueConverterRegistry(@Nullable ValueConverterRegistry valueConverterRegistry) SokletConfig.Copier.valueConverterRegistry(@Nullable ValueConverterRegistry valueConverterRegistry) -
Uses of ValueConverterRegistry in com.soklet.converter
Methods in com.soklet.converter that return ValueConverterRegistryModifier and TypeMethodDescriptionstatic @NonNull ValueConverterRegistryValueConverterRegistry.fromBlankSlate()Acquires a registry without any default converters or automatic enum/reflexive conversions.static @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.fromDefaults()Acquires a registry with a sensible default set of converters as specified byValueConverters.defaultValueConverters().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.