Class EntryCallEventSerializer

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<T>
com.fasterxml.jackson.databind.ser.std.StdSerializer<EntryCallEvent>
kieker.analysis.behavior.model.EntryCallEventSerializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware

public class EntryCallEventSerializer
extends com.fasterxml.jackson.databind.ser.std.StdSerializer<EntryCallEvent>
A serializer, which serializes an PayloadAwareEntryCallEvent by printing the operation signature, the parameters and the values.
Since:
2.0.0
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

    com.fasterxml.jackson.databind.JsonSerializer.None
  • Field Summary

    Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

    _handledType
  • Constructor Summary

    Constructors 
    Constructor Description
    EntryCallEventSerializer()  
  • Method Summary

    Modifier and Type Method Description
    void serialize​(EntryCallEvent event, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider provider)  

    Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

    acceptJsonFormatVisitor, createObjectNode, createSchemaNode, createSchemaNode, findConvertingContentSerializer, getSchema, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow

    Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

    getDelegatee, isEmpty, isUnwrappingSerializer, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • serialize

      public void serialize​(EntryCallEvent event, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider provider) throws java.io.IOException, com.fasterxml.jackson.core.JsonGenerationException
      Specified by:
      serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<EntryCallEvent>
      Throws:
      java.io.IOException
      com.fasterxml.jackson.core.JsonGenerationException