Package google.registry.request
Annotation Interface OptionalJsonPayload
Dagger qualifier for the HTTP request payload as parsed JSON wrapped in Optional. Can be used for
any kind of request methods - GET, POST, etc. Will provide Optional.empty() if body is not
present.
- See Also: