Class TermMapListSerializer

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<List<Map<Term,String>>>
org.gbif.api.jackson.TermMapListSerializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable

@Deprecated public class TermMapListSerializer extends com.fasterxml.jackson.databind.JsonSerializer<List<Map<Term,String>>>
Deprecated.
  • 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
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(List<Map<Term,String>> value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
    Deprecated.
     

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

    acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId

    Methods inherited from class java.lang.Object

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

  • Method Details

    • serialize

      public void serialize(List<Map<Term,String>> value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
      Deprecated.
      Specified by:
      serialize in class com.fasterxml.jackson.databind.JsonSerializer<List<Map<Term,String>>>
      Throws:
      IOException