Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
Modifier and Type | Method and Description |
---|---|
UpdateConstraint.PartialJSON |
UpdateConstraint.Factory.jsonValue()
Create a constraint that partially matches the current topic value.
|
<V> UpdateConstraint.PartialJSON |
UpdateConstraint.PartialJSON.with(String pointer,
Class<V> valueClass,
V value)
Require a value at a specific position in the JSON object.
|
UpdateConstraint.PartialJSON |
UpdateConstraint.PartialJSON.without(String pointer)
Require a specific position in the JSON object to be absent.
|
Copyright © 2022 Push Technology Ltd. All Rights Reserved.