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
    Constructor
    Description
    JwkJsonSerializer(Class<org.jose4j.jwk.JsonWebKey> t)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(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, wrapAndThrow

    Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

    getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JwkJsonSerializer

      public JwkJsonSerializer(Class<org.jose4j.jwk.JsonWebKey> t)
  • 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:
      serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<org.jose4j.jwk.JsonWebKey>
      Throws:
      IOException