Klasse NegatedBooleanSerializer

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

public class NegatedBooleanSerializer extends com.fasterxml.jackson.databind.JsonSerializer<Boolean>
  • 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(Boolean value, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
     

    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

    • NegatedBooleanSerializer

      public NegatedBooleanSerializer()
  • Methodendetails

    • serialize

      public void serialize(Boolean value, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException
      Angegeben von:
      serialize in Klasse com.fasterxml.jackson.databind.JsonSerializer<Boolean>
      Löst aus:
      IOException