Fixed Jackson serialisation for INode and IRoom
This commit is contained in:
parent
d1e97bf3b2
commit
67a06b0116
@ -17,6 +17,7 @@ public interface INode {
|
||||
|
||||
@NotNull PickingMethod getPickingMethod();
|
||||
|
||||
@Transient
|
||||
@Nullable Boolean isPersist();
|
||||
|
||||
@Nullable String getDetail(@NotNull NodeDetails detail);
|
||||
|
||||
@ -40,7 +40,6 @@ public class ResponseNode implements INode {
|
||||
return method;
|
||||
}
|
||||
|
||||
@Transient
|
||||
@Override
|
||||
public @Nullable Boolean isPersist() {
|
||||
var val = getDetail(NodeDetails.PERSIST);
|
||||
|
||||
@ -38,6 +38,7 @@ public interface IRoom {
|
||||
|
||||
boolean isLocked();
|
||||
|
||||
@Transient
|
||||
@Nullable Boolean isPersist();
|
||||
|
||||
@Nullable String getPayload();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user