Package 

Class DucklingVerticle.KeywordSerializer

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable

    
    public final class DucklingVerticle.KeywordSerializer
    extends JsonSerializer<Keyword>
                        
    • Method Summary

      Modifier and Type Method Description
      Unit serialize(Keyword keyword, JsonGenerator gen, SerializerProvider provider)
      • Methods inherited from class com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable

        equals, hashCode, toString
      • Methods inherited from class ai.tock.duckling.service.DucklingVerticle.KeywordSerializer

        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 Detail

      • KeywordSerializer

        KeywordSerializer()
    • Method Detail

      • serialize

         Unit serialize(Keyword keyword, JsonGenerator gen, SerializerProvider provider)