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 TypeMethodDescriptionSokletConfig.Builder.valueConverterRegistry(ValueConverterRegistry valueConverterRegistry) SokletConfig.Copier.valueConverterRegistry(ValueConverterRegistry valueConverterRegistry) static RequestBodyMarshalerRequestBodyMarshaler.withValueConverterRegistry(ValueConverterRegistry valueConverterRegistry) Acquires a threadsafeRequestBodyMarshalerimplementation which converts request body data using the providedValueConverterRegistry. -
Uses of ValueConverterRegistry in com.soklet.converter
Methods in com.soklet.converter that return ValueConverterRegistryModifier and TypeMethodDescriptionstatic ValueConverterRegistryValueConverterRegistry.withDefaults()Acquires a registry with a sensible default set of converters as specified byValueConverters.defaultValueConverters().static ValueConverterRegistryValueConverterRegistry.withDefaultsSupplementedBy(Set<ValueConverter<?, ?>> customValueConverters) Acquires a registry with a sensible default set of converters as specified byValueConverters.defaultValueConverters(), supplemented with custom converters.