Class IdentifierTypeSerializer

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, java.io.Serializable

    public class IdentifierTypeSerializer
    extends com.fasterxml.jackson.databind.ser.std.StdSerializer<fr.gouv.culture.archivesdefrance.seda.v2.IdentifierType>
    Identifier Type Serializer
    See Also:
    Serialized Form
    • Nested Class Summary

      • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void serialize​(fr.gouv.culture.archivesdefrance.seda.v2.IdentifierType identifierType, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
      serialize IdentifierType
      • 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, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId
      • Methods inherited from class java.lang.Object

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

      • IdentifierTypeSerializer

        public IdentifierTypeSerializer()
        constructor
      • IdentifierTypeSerializer

        public IdentifierTypeSerializer​(java.lang.Class<fr.gouv.culture.archivesdefrance.seda.v2.IdentifierType> type)
        constructor
    • Method Detail

      • serialize

        public void serialize​(fr.gouv.culture.archivesdefrance.seda.v2.IdentifierType identifierType,
                              com.fasterxml.jackson.core.JsonGenerator gen,
                              com.fasterxml.jackson.databind.SerializerProvider provider)
                       throws java.io.IOException
        serialize IdentifierType
        Specified by:
        serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<fr.gouv.culture.archivesdefrance.seda.v2.IdentifierType>
        Parameters:
        identifierType -
        gen -
        provider -
        Throws:
        java.io.IOException