Class JsonArrayValueDeserializer

java.lang.Object
kieker.common.record.io.AbstractValueDeserializer
kieker.common.record.io.JsonArrayValueDeserializer
All Implemented Interfaces:
IValueDeserializer

public class JsonArrayValueDeserializer extends AbstractValueDeserializer implements IValueDeserializer
Deserialize an JSON array of values.
Since:
1.15
Author:
Reiner Jung
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    JsonArrayValueDeserializer(com.fasterxml.jackson.databind.node.ArrayNode array)
    Constructor for a serializer.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(com.fasterxml.jackson.databind.node.ArrayNode array)
    Factory method to create a json value deserializer.
    boolean
    Retrieves a boolean value from the underlying data source.
    byte
    Retrieves a byte value from the underlying data source.
    char
    Retrieves a char value from the underlying data source.
    double
    Retrieves a double value from the underlying data source.
    <T extends Enum<T>>
    T
    Retrieves a Enumeration value from the underlying data source.
    float
    Retrieves a float value from the underlying data source.
    int
    Retrieves an int value from the underlying data source.
    long
    Retrieves a long value from the underlying data source.
    short
    Retrieves a short value from the underlying data source.
    Retrieves a String value from the underlying data source.

    Methods inherited from class kieker.common.record.io.AbstractValueDeserializer

    enumerationValueOf

    Methods inherited from class java.lang.Object

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