You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the methods which take a JsonObject as input (like Containers.create(...) should be overloaded to also accept a Supplier<JsonObject>, so the user can build the required json on the spot.
The text was updated successfully, but these errors were encountered:
All the methods which take a
JsonObject
as input (likeContainers.create(...)
should be overloaded to also accept aSupplier<JsonObject>
, so the user can build the required json on the spot.The text was updated successfully, but these errors were encountered: