-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.deser.NullValueProvider
public final class OAuth2Config.OAuth2HttpServerDeserializer extends JsonDeserializer<OAuth2HttpServer>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumOAuth2Config.OAuth2HttpServerDeserializer.ServerTypepublic final classOAuth2Config.OAuth2HttpServerDeserializer.ServerConfigpublic final classOAuth2Config.OAuth2HttpServerDeserializer.SslConfig
-
Constructor Summary
Constructors Constructor Description OAuth2Config.OAuth2HttpServerDeserializer()
-
Method Summary
Modifier and Type Method Description OAuth2HttpServerdeserialize(JsonParser p, DeserializationContext ctxt)-
Methods inherited from class no.nav.security.mock.oauth2.OAuth2Config.OAuth2HttpServerDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
deserialize
OAuth2HttpServer deserialize(JsonParser p, DeserializationContext ctxt)
-
-
-
-