Package dev.cerbos.api.v1.request
Class RequestValidator.PlaygroundEvaluateRequestValidator
- java.lang.Object
-
- dev.cerbos.api.v1.request.RequestValidator.PlaygroundEvaluateRequestValidator
-
- All Implemented Interfaces:
io.envoyproxy.pgv.ValidatorImpl<Request.PlaygroundEvaluateRequest>
- Enclosing class:
- RequestValidator
public static class RequestValidator.PlaygroundEvaluateRequestValidator extends java.lang.Object implements io.envoyproxy.pgv.ValidatorImpl<Request.PlaygroundEvaluateRequest>
ValidatesPlaygroundEvaluateRequestprotobuf objects.
-
-
Constructor Summary
Constructors Constructor Description PlaygroundEvaluateRequestValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassertValid(Request.PlaygroundEvaluateRequest proto, io.envoyproxy.pgv.ValidatorIndex index)
-
-
-
Method Detail
-
assertValid
public void assertValid(Request.PlaygroundEvaluateRequest proto, io.envoyproxy.pgv.ValidatorIndex index) throws io.envoyproxy.pgv.ValidationException
- Specified by:
assertValidin interfaceio.envoyproxy.pgv.ValidatorImpl<Request.PlaygroundEvaluateRequest>- Throws:
io.envoyproxy.pgv.ValidationException
-
-