public final class OAuth2AccessTokenJackson2Serializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<OAuth2AccessToken>
OAuth2AccessToken with jackson2 by implementing JsonDeserializer.
Refer to OAuth2AccessTokenJackson1Deserializer to learn more about the JSON format that is used.OAuth2AccessTokenJackson2Deserializer| Constructor 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) |
acceptJsonFormatVisitor, createObjectNode, createSchemaNode, createSchemaNode, findConvertingContentSerializer, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrowpublic 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>IOExceptioncom.fasterxml.jackson.core.JsonGenerationExceptionCopyright © 2018. All rights reserved.