Klasse LocalDateTimeToStringSerializer

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<LocalDateTime>
ui.common.converter.LocalDateTimeToStringSerializer
Alle implementierten Schnittstellen:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable

public class LocalDateTimeToStringSerializer extends com.fasterxml.jackson.databind.JsonSerializer<LocalDateTime>
  • Verschachtelte Klassen - Übersicht

    Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.fasterxml.jackson.databind.JsonSerializer

    com.fasterxml.jackson.databind.JsonSerializer.None
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    serialize(LocalDateTime localDateTime, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
     

    Von Klasse geerbte Methoden com.fasterxml.jackson.databind.JsonSerializer

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

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • LocalDateTimeToStringSerializer

      public LocalDateTimeToStringSerializer()
  • Methodendetails

    • serialize

      public void serialize(LocalDateTime localDateTime, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException
      Angegeben von:
      serialize in Klasse com.fasterxml.jackson.databind.JsonSerializer<LocalDateTime>
      Löst aus:
      IOException