Class JsonMapper.JwkJsonSerializer
java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<org.jose4j.jwk.JsonWebKey>
com.fasterxml.jackson.databind.ser.std.StdSerializer<org.jose4j.jwk.JsonWebKey>
io.confluent.security.authorizer.utils.JsonMapper.JwkJsonSerializer
- All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable,com.fasterxml.jackson.databind.jsonschema.SchemaAware,Serializable
- Enclosing class:
JsonMapper
public static class JsonMapper.JwkJsonSerializer
extends com.fasterxml.jackson.databind.ser.std.StdSerializer<org.jose4j.jwk.JsonWebKey>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer
com.fasterxml.jackson.databind.JsonSerializer.None -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserialize(org.jose4j.jwk.JsonWebKey jsonWebKey, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer
acceptJsonFormatVisitor, getSchema, getSchema, handledType, wrapAndThrow, wrapAndThrowMethods inherited from class com.fasterxml.jackson.databind.JsonSerializer
getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties
-
Constructor Details
-
JwkJsonSerializer
-
-
Method Details
-
serialize
public void serialize(org.jose4j.jwk.JsonWebKey jsonWebKey, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException - Specified by:
serializein classcom.fasterxml.jackson.databind.ser.std.StdSerializer<org.jose4j.jwk.JsonWebKey>- Throws:
IOException
-