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
-
-
Constructor Summary
Constructors Constructor Description DataArrayDeserializer(CoreSettings settings)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DataArrayValue>deserialize(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 Detail
-
DataArrayDeserializer
public DataArrayDeserializer(CoreSettings settings)
-
-
Method Detail
-
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
-
-