We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215e8b3 commit bdca122Copy full SHA for bdca122
src/main/java/com/ericsson/ei/handlers/ObjectHandler.java
@@ -30,6 +30,7 @@
30
import com.ericsson.ei.jmespath.JmesPathInterface;
31
import com.ericsson.ei.rules.RulesObject;
32
import com.ericsson.ei.subscription.SubscriptionHandler;
33
+import com.fasterxml.jackson.annotation.JsonIgnore;
34
import com.fasterxml.jackson.databind.JsonNode;
35
import com.fasterxml.jackson.databind.ObjectMapper;
36
import com.fasterxml.jackson.databind.node.ObjectNode;
@@ -254,6 +255,7 @@ public String lockDocument(String id) {
254
255
* @return ttl
256
* Integer value representing time to live for documents
257
* */
258
+ @JsonIgnore
259
public int getTtl() {
260
int ttl = 0;
261
if (ttlValue != null && !ttlValue.isEmpty()) {
0 commit comments