Uses of Class
de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.DataArrayValue
-
Packages that use DataArrayValue Package Description de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.json -
-
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 DataArrayValue Modifier and Type Field Description static 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 DataArrayValue Modifier and Type Method Description DataArrayValueDataArrayValue. addItemToTail(Object item)DataArrayValueDataArrayValue. newItemList()Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray that return types with arguments of type DataArrayValue Modifier and Type Method Description List<DataArrayValue>DataArrayResult. getValue() -
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 DataArrayValue Modifier and Type Method Description List<DataArrayValue>DataArrayDeserializer. 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 DataArrayValue Modifier and Type Method Description booleanDataArrayValueSerializer. 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)
-