Package io.gs2.deploy.request
Class ValidateRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ValidateRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetTemplate(String template) com.fasterxml.jackson.databind.JsonNodetoJson()withTemplate(String template) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
ValidateRequest
public ValidateRequest()
-
-
Method Details
-
getTemplate
-
setTemplate
-
withTemplate
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-