Uses of Class
org.jdrupes.vmoperator.util.GsonPtr
Packages that use GsonPtr
Package
Description
General utility classes and methods that are independent of the
specific domain (VM operator).
-
Uses of GsonPtr in org.jdrupes.vmoperator.util
Methods in org.jdrupes.vmoperator.util that return GsonPtrModifier and TypeMethodDescriptionShort forcomputeIfAbsent(selector, () -> new JsonPrimitive(value))
.Sets the selected value.Short forset(selector, new JsonPrimitive(value))
.Short forset(selector, new JsonPrimitive(value))
.Short forset(selector, new JsonPrimitive(value))
.GsonPtr.set
(Object selector, BigInteger value) Short forset(selector, new JsonPrimitive(value))
.static GsonPtr
GsonPtr.to
(com.google.gson.JsonElement root) Create a new instance pointing to the given element.Create a new instance pointing to theJsonElement
selected by the given selectors.Methods in org.jdrupes.vmoperator.util that return types with arguments of type GsonPtr