Uses of Interface
com.pushtechnology.diffusion.datatype.recordv2.schema.Schema
Packages that use Schema
Package
Description
RecordV2 Data Type.
RecordV2 Data Type : Schemas.
-
Uses of Schema in com.pushtechnology.diffusion.datatype.recordv2
Methods in com.pushtechnology.diffusion.datatype.recordv2 that return SchemaModifier and TypeMethodDescriptionRecordV2DataType.parseSchema(String json) Parse a schema from a JSON string.Methods in com.pushtechnology.diffusion.datatype.recordv2 with parameters of type SchemaModifier and TypeMethodDescriptionParses the value into a model based upon a specified schema.RecordV2.asValidatedModel(Schema schema) Parses the value into a model based upon a specified schema.Returns a list of the changes represented by the delta with reference to a specified schema.RecordV2DataType.withSchema(Schema schema) Bind a specific schema to aRecordV2DataTypeinstance. -
Uses of Schema in com.pushtechnology.diffusion.datatype.recordv2.schema
Methods in com.pushtechnology.diffusion.datatype.recordv2.schema that return Schema