public final class ClaimConversionService
extends org.springframework.core.convert.support.GenericConversionService
ConversionService configured with converters
that provide type conversion for claim values.GenericConversionService,
ClaimAccessor| Modifier and Type | Method and Description |
|---|---|
static void |
addConverters(org.springframework.core.convert.converter.ConverterRegistry converterRegistry)
Adds the converters that provide type conversion for claim values
to the provided
ConverterRegistry. |
static ClaimConversionService |
getSharedInstance()
Returns a shared instance of
ClaimConversionService. |
addConverter, addConverter, addConverter, addConverterFactory, canBypassConvert, canConvert, canConvert, convert, convert, convert, convertNullSource, getConverter, getDefaultConverter, removeConvertible, toStringpublic static ClaimConversionService getSharedInstance()
ClaimConversionService.ClaimConversionServicepublic static void addConverters(org.springframework.core.convert.converter.ConverterRegistry converterRegistry)
ConverterRegistry.converterRegistry - the registry of converters to add to