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) ResourceMethodParameterProvider.with
(InstanceProvider instanceProvider, ValueConverterRegistry valueConverterRegistry, RequestBodyMarshaler requestBodyMarshaler) Acquires a basicResourceMethodParameterProvider
with sensible defaults.static RequestBodyMarshaler
RequestBodyMarshaler.withValueConverterRegistry
(ValueConverterRegistry valueConverterRegistry) Acquires a basicRequestBodyMarshaler
which knows how to convert request body data using the providedValueConverterRegistry
. -
Uses of ValueConverterRegistry in com.soklet.converter
Methods in com.soklet.converter that return ValueConverterRegistryModifier and TypeMethodDescriptionstatic ValueConverterRegistry
ValueConverterRegistry.sharedInstance()
The system's default shared registry instance.