Class ClaimTypeConverter
java.lang.Object
org.springframework.security.oauth2.core.converter.ClaimTypeConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<Map<String,Object>, Map<String, Object>>
public final class ClaimTypeConverter
extends Object
implements org.springframework.core.convert.converter.Converter<Map<String,Object>,Map<String,Object>>
A
Converter that provides type conversion for claim values.- Since:
- 5.2
- See Also:
-
Converter
-
Constructor Summary
ConstructorsConstructorDescriptionClaimTypeConverter(Map<String, org.springframework.core.convert.converter.Converter<Object, ?>> claimTypeConverters) Constructs aClaimTypeConverterusing the provided parameters. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
Method Details