Klasse GostLaufbahnplanungFachkombinationTypConverterSerializer

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<GostLaufbahnplanungFachkombinationTyp>
com.fasterxml.jackson.databind.ser.std.StdSerializer<GostLaufbahnplanungFachkombinationTyp>
de.svws_nrw.csv.converter.current.gost.GostLaufbahnplanungFachkombinationTypConverterSerializer
Alle implementierten Schnittstellen:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable

public final class GostLaufbahnplanungFachkombinationTypConverterSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<GostLaufbahnplanungFachkombinationTyp>
Diese Klasse ist ein Serialisierer und serialisiert die Datenbankdarstellung als GostLaufbahnplanungFachkombinationTyp.
Siehe auch:
  • Verschachtelte Klassen - Übersicht

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

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

    Von Klasse geerbte Felder com.fasterxml.jackson.databind.ser.std.StdSerializer

    _handledType
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    Erzeugt einen neuen Serialisierer
    Erzeugt einen neuen Serialisierer unter Angabe der Class
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    serialize(GostLaufbahnplanungFachkombinationTyp value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
     

    Von Klasse geerbte Methoden com.fasterxml.jackson.databind.ser.std.StdSerializer

    _neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow

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

    getDelegatee, 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

    • GostLaufbahnplanungFachkombinationTypConverterSerializer

      public GostLaufbahnplanungFachkombinationTypConverterSerializer()
      Erzeugt einen neuen Serialisierer
    • GostLaufbahnplanungFachkombinationTypConverterSerializer

      public GostLaufbahnplanungFachkombinationTypConverterSerializer(Class<GostLaufbahnplanungFachkombinationTyp> t)
      Erzeugt einen neuen Serialisierer unter Angabe der Class
      Parameter:
      t - das Klassen-Objekt
  • Methodendetails