public class ReferenceTracker extends Object
| Constructor and Description |
|---|
ReferenceTracker() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
JsonObject |
getRef(Long id) |
JsonObject |
getRefTarget(JsonObject jObj) |
static ReferenceTracker |
instance() |
JsonObject |
put(Long id,
JsonObject target) |
public static ReferenceTracker instance()
public JsonObject put(Long id, JsonObject target)
public void clear()
public JsonObject getRef(Long id)
public JsonObject getRefTarget(JsonObject jObj)
Copyright © 2023. All rights reserved.