Package google.registry.request
Class JsonActionRunner
java.lang.Object
google.registry.request.JsonActionRunner
Runner for actions that read and write JSON objects.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Interface for actions that read and write JSON objects. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(JsonActionRunner.JsonAction action) Delegates request toaction
.
-
Constructor Details
-
JsonActionRunner
-
-
Method Details
-
run
Delegates request toaction
.
-