Class DefaultJSONMapParsingStrategy<V>
- java.lang.Object
-
- net.shibboleth.oidc.metadata.cache.impl.DefaultJSONMapParsingStrategy<V>
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogClass logger.private com.fasterxml.jackson.databind.type.MapTypemapTypeThe map type used by object mapper for deserializing the JSON into desired format.private com.fasterxml.jackson.databind.ObjectMapperobjectMapperJSON object mapper.
-
Constructor Summary
Constructors Constructor Description DefaultJSONMapParsingStrategy(com.fasterxml.jackson.databind.ObjectMapper mapper, Class<V> valueClass)Constructor.DefaultJSONMapParsingStrategy(Class<V> valueClass)Constructor.
-
-
-
Field Detail
-
log
@Nonnull private final org.slf4j.Logger log
Class logger.
-
objectMapper
@Nonnull private final com.fasterxml.jackson.databind.ObjectMapper objectMapper
JSON object mapper.
-
mapType
@Nonnull private final com.fasterxml.jackson.databind.type.MapType mapType
The map type used by object mapper for deserializing the JSON into desired format.
-
-