Class DataArrayDeserializer
java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<List<DataArrayValue>>
de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.json.DataArrayDeserializer
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
public class DataArrayDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<List<DataArrayValue>>
- Author:
- scf
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer
com.fasterxml.jackson.databind.JsonDeserializer.None -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt) static List<DataArrayValue>deserialize(Reader value, JsonReader reader, CoreSettings settings) static List<DataArrayValue>deserialize(String value, JsonReader reader, CoreSettings settings) Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
Constructor Details
-
DataArrayDeserializer
-
-
Method Details
-
deserialize
public static List<DataArrayValue> deserialize(String value, JsonReader reader, CoreSettings settings) throws IOException - Throws:
IOException
-
deserialize
public static List<DataArrayValue> deserialize(Reader value, JsonReader reader, CoreSettings settings) throws IOException - Throws:
IOException
-
deserialize
public List<DataArrayValue> deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException - Specified by:
deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<List<DataArrayValue>>- Throws:
IOException
-