Uses of Class
com.soklet.converter.ValueConverterRegistry
Packages that use ValueConverterRegistry
Package
Description
Top-level types
Soklet
and SokletConfiguration
.Utilities which handle converting objects from one type to another.
Default implementations of Soklet contracts.
-
Uses of ValueConverterRegistry in com.soklet
Methods in com.soklet that return ValueConverterRegistryMethods in com.soklet with parameters of type ValueConverterRegistryModifier and TypeMethodDescriptionSokletConfiguration.Builder.valueConverterRegistry
(ValueConverterRegistry valueConverterRegistry) SokletConfiguration.Copier.valueConverterRegistry
(ValueConverterRegistry valueConverterRegistry) -
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. -
Uses of ValueConverterRegistry in com.soklet.core.impl
Constructors in com.soklet.core.impl with parameters of type ValueConverterRegistryModifierConstructorDescriptionDefaultRequestBodyMarshaler
(ValueConverterRegistry valueConverterRegistry) DefaultResourceMethodParameterProvider
(InstanceProvider instanceProvider, ValueConverterRegistry valueConverterRegistry, RequestBodyMarshaler requestBodyMarshaler)