public final class OAuth2AccessTokenJackson2Serializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<OAuth2AccessToken>
OAuth2AccessToken
with jackson2 by implementing JsonDeserializer
.
The expected format of the access token is defined by Successful Response.OAuth2AccessTokenJackson2Deserializer
,
Serialized FormConstructor and Description |
---|
OAuth2AccessTokenJackson2Serializer() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(OAuth2AccessToken token,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
public void serialize(OAuth2AccessToken token, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException, com.fasterxml.jackson.core.JsonGenerationException
serialize
in class com.fasterxml.jackson.databind.ser.std.StdSerializer<OAuth2AccessToken>
IOException
com.fasterxml.jackson.core.JsonGenerationException
Copyright © 2019. All rights reserved.