Class Lookup.Serializer<POJO extends StringLookupPojo<POJO>>

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<POJO>
tenapull.data.deserialize.Lookup.Serializer<POJO>
Type Parameters:
POJO - the StringLookupPojo type
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
Enclosing class:
Lookup

public static class Lookup.Serializer<POJO extends StringLookupPojo<POJO>>
extends com.fasterxml.jackson.databind.JsonSerializer<POJO>
Serializes a StringLookupPojo of any type into the JSON string that it represents
  • 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
    Serializer()  
  • Method Summary

    Modifier and Type Method Description
    void serialize​(POJO pojo, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
    Serializes a StringLookupPojo of any type into the JSON string that it represents

    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

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

  • Method Details

    • serialize

      public void serialize​(POJO pojo, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws java.io.IOException
      Serializes a StringLookupPojo of any type into the JSON string that it represents
      Specified by:
      serialize in class com.fasterxml.jackson.databind.JsonSerializer<POJO extends StringLookupPojo<POJO>>
      Parameters:
      pojo -
      jsonGenerator -
      serializerProvider -
      Throws:
      java.io.IOException