Class LocaleConverter.JsonSerializer

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

public static class LocaleConverter.JsonSerializer extends GenericJsonSerializer<Locale>
JSON (Jackson) serializer using this converter.
Since:
3.0.0
  • 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

    Methods inherited from class com.norconex.commons.lang.convert.GenericJsonSerializer

    serialize

    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()