Package | Description |
---|---|
com.pushtechnology.diffusion.datatype.recordv2 |
RecordV2 Data Type.
|
com.pushtechnology.diffusion.datatype.recordv2.schema |
RecordV2 Data Type : Schemas.
|
Modifier and Type | Method and Description |
---|---|
Schema |
RecordV2DataType.parseSchema(String json)
Parse a schema from a JSON string.
|
Modifier and Type | Method and Description |
---|---|
RecordModel |
RecordV2.asModel(Schema schema)
Parses the value into a model based upon a specified schema.
|
RecordModel |
RecordV2.asValidatedModel(Schema schema)
Parses the value into a model based upon a specified schema.
|
List<RecordV2Delta.Change> |
RecordV2Delta.changes(Schema schema)
Returns a list of the changes represented by the delta with reference to
a specified schema.
|
RecordV2DataType |
RecordV2DataType.withSchema(Schema schema)
Bind a specific schema to a
RecordV2DataType instance. |
Modifier and Type | Method and Description |
---|---|
Schema |
SchemaBuilder.build()
Build an immutable Schema.
|
Copyright © 2022 Push Technology Ltd. All Rights Reserved.