Klasse DavRessourceCollectionTypConverterSerializer

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

public final class DavRessourceCollectionTypConverterSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<DavRessourceCollectionTyp>
Diese Klasse ist einen Serialisierer von Benutzer-Typ-Objekten.
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 ein neues Objekt zur Serialisierung
    Erzeugt ein neues Objekt zur Serialisierung
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    serialize(DavRessourceCollectionTyp 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

    • DavRessourceCollectionTypConverterSerializer

      public DavRessourceCollectionTypConverterSerializer()
      Erzeugt ein neues Objekt zur Serialisierung
    • DavRessourceCollectionTypConverterSerializer

      public DavRessourceCollectionTypConverterSerializer(Class<DavRessourceCollectionTyp> t)
      Erzeugt ein neues Objekt zur Serialisierung
      Parameter:
      t - ein Klassenobjekt für die Benutzer-Typ-Klasse
  • Methodendetails