docker-java-api icon indicating copy to clipboard operation
docker-java-api copied to clipboard

Add Json Suppliers

Open amihaiemil opened this issue 4 years ago • 0 comments

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.

amihaiemil avatar Apr 20 '20 17:04 amihaiemil