Class ZoneIdConverter.JsonSerializer

java.lang.Object
tools.jackson.databind.ValueSerializer<ZoneId>
com.norconex.commons.lang.convert.GenericJsonSerializer<ZoneId>
com.norconex.commons.lang.convert.ZoneIdConverter.JsonSerializer
All Implemented Interfaces:
tools.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
Enclosing class:
ZoneIdConverter

public static class ZoneIdConverter.JsonSerializer extends GenericJsonSerializer<ZoneId>
JSON (Jackson) serializer using this converter.
  • Nested Class Summary

    Nested classes/interfaces inherited from class tools.jackson.databind.ValueSerializer

    tools.jackson.databind.ValueSerializer.None
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(ZoneId value, tools.jackson.core.JsonGenerator gen, tools.jackson.databind.SerializationContext sp)
     

    Methods inherited from class tools.jackson.databind.ValueSerializer

    acceptJsonFormatVisitor, createContextual, getDelegatee, handledType, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, resolve, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withFormatOverrides, withIgnoredProperties

    Methods inherited from class java.lang.Object

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

    • JsonSerializer

      public JsonSerializer()
  • Method Details