Class EdDSACOSEKeySerializer

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<T>
com.fasterxml.jackson.databind.ser.std.StdSerializer<T>
com.webauthn4j.converter.jackson.serializer.cbor.AbstractCtapCanonicalCborSerializer<EdDSACOSEKey>
com.webauthn4j.converter.jackson.serializer.cbor.EdDSACOSEKeySerializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable

public class EdDSACOSEKeySerializer extends AbstractCtapCanonicalCborSerializer<EdDSACOSEKey>
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.webauthn4j.converter.jackson.serializer.cbor.AbstractCtapCanonicalCborSerializer

    AbstractCtapCanonicalCborSerializer.FieldSerializationRule<T,R>

    Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

    com.fasterxml.jackson.databind.JsonSerializer.None
  • Field Summary

    Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

    _handledType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serializeWithType(@NotNull EdDSACOSEKey value, @NotNull com.fasterxml.jackson.core.JsonGenerator gen, @NotNull com.fasterxml.jackson.databind.SerializerProvider provider, @NotNull com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
     

    Methods inherited from class com.webauthn4j.converter.jackson.serializer.cbor.AbstractCtapCanonicalCborSerializer

    serialize

    Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

    _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

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

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

    Methods inherited from class java.lang.Object

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

    • EdDSACOSEKeySerializer

      public EdDSACOSEKeySerializer()
  • Method Details

    • serializeWithType

      public void serializeWithType(@NotNull @NotNull EdDSACOSEKey value, @NotNull @NotNull com.fasterxml.jackson.core.JsonGenerator gen, @NotNull @NotNull com.fasterxml.jackson.databind.SerializerProvider provider, @NotNull @NotNull com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) throws IOException
      Overrides:
      serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<EdDSACOSEKey>
      Throws:
      IOException