Class CountryCodeList.Serializer

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<Iterable<T>>
nl.vpro.domain.bind.AbstractJsonIterable.Serializer<org.meeuw.i18n.regions.Region>
nl.vpro.domain.media.bind.CountryCodeList.Serializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
Enclosing class:
CountryCodeList

public static class CountryCodeList.Serializer extends nl.vpro.domain.bind.AbstractJsonIterable.Serializer<org.meeuw.i18n.regions.Region>
  • 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 nl.vpro.domain.bind.AbstractJsonIterable.Serializer

    considerJsonInclude
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    serializeValue(org.meeuw.i18n.regions.Region value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
     

    Methods inherited from class nl.vpro.domain.bind.AbstractJsonIterable.Serializer

    isEmpty, serialize

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

    acceptJsonFormatVisitor, getDelegatee, handledType, 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 Details

    • Serializer

      public Serializer()
  • Method Details

    • serializeValue

      protected void serializeValue(org.meeuw.i18n.regions.Region value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException
      Specified by:
      serializeValue in class nl.vpro.domain.bind.AbstractJsonIterable.Serializer<org.meeuw.i18n.regions.Region>
      Throws:
      IOException