Uses of Class
de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.DataArrayValue
Packages that use DataArrayValue
Package
Description
-
Uses of DataArrayValue in de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray
Fields in de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray with type parameters of type DataArrayValueModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.core.type.TypeReference<List<DataArrayValue>>DataArrayValue.LIST_OF_DATAARRAYVALUEThe typereference for a list of DataArrayValues, used for type-safe json deserialization.Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray that return DataArrayValueModifier and TypeMethodDescriptionDataArrayValue.addItemToTail(Object item) DataArrayValue.newItemList()Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray that return types with arguments of type DataArrayValue -
Uses of DataArrayValue in de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.json
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.json that return types with arguments of type DataArrayValueModifier and TypeMethodDescriptionDataArrayDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt) static List<DataArrayValue>DataArrayDeserializer.deserialize(Reader value, JsonReader reader, CoreSettings settings) static List<DataArrayValue>DataArrayDeserializer.deserialize(String value, JsonReader reader, CoreSettings settings) Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.json with parameters of type DataArrayValueModifier and TypeMethodDescriptionbooleanDataArrayValueSerializer.isEmpty(com.fasterxml.jackson.databind.SerializerProvider provider, DataArrayValue value) voidDataArrayValueSerializer.serialize(DataArrayValue value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)