Uses of Class
com.pushtechnology.diffusion.datatype.InvalidDataException
Packages that use InvalidDataException
Package
Description
Data Types.
Binary Data Type.
JSON Data Type.
RecordV2 Data Type.
-
Uses of InvalidDataException in com.pushtechnology.diffusion.datatype
Methods in com.pushtechnology.diffusion.datatype that throw InvalidDataExceptionModifier and TypeMethodDescriptionApply a delta to a value.Create a delta from two values.booleanDeltaType.isValueCheaper(V value, D delta) Calculate ifvalueis cheaper thandelta.<T> TCreate a value of a compatible class from binary.<T> TCreate a value of a compatible class from a binary.<T> TCreate a value of a compatible class from binary.DeltaType.readDelta(byte[] in) Create a delta from binary.DeltaType.readDelta(byte[] in, int offset, int length) Create a delta from binary.Create a delta from binary.DataType.readValue(byte[] bytes) Create a value from binary.DataType.readValue(byte[] bytes, int offset, int length) Create a value from binary.Create a value from binary.voidVariant ofDataType.validate(Object)that takes the serialized form of the value.voidCheck whether a value is valid. -
Uses of InvalidDataException in com.pushtechnology.diffusion.datatype.binary
Methods in com.pushtechnology.diffusion.datatype.binary that throw InvalidDataExceptionModifier and TypeMethodDescriptionBinary.apply(BinaryDelta delta) Apply a binary delta to this value to create a new value. -
Uses of InvalidDataException in com.pushtechnology.diffusion.datatype.json
Methods in com.pushtechnology.diffusion.datatype.json that throw InvalidDataExceptionModifier and TypeMethodDescriptionJSON.apply(BinaryDelta delta) Apply a binary delta to this JSON value to create a new value.JSON.binaryDiff(JSON original) Compare this JSON value with an earlier version to create a binary delta.Compare this JSON value with an earlier version to calculate a structural delta.JSONDataType.fromJsonString(String json) Parse a JSON string.JSON.toJsonString()JSON.validate()Check whether this instance is valid. -
Uses of InvalidDataException in com.pushtechnology.diffusion.datatype.recordv2
Methods in com.pushtechnology.diffusion.datatype.recordv2 that throw InvalidDataExceptionModifier and TypeMethodDescriptionRecordV2.asValidatedModel(Schema schema) Parses the value into a model based upon a specified schema.