Package com.buildless.service.v1
Class ProjectFetchResponseValidator
java.lang.Object
com.buildless.service.v1.ProjectFetchResponseValidator
- All Implemented Interfaces:
io.envoyproxy.pgv.ValidatorImpl<ProjectFetchResponse>
public class ProjectFetchResponseValidator
extends Object
implements io.envoyproxy.pgv.ValidatorImpl<ProjectFetchResponse>
Validates
ProjectFetchResponse protobuf objects.-
Field Summary
Fields inherited from interface io.envoyproxy.pgv.ValidatorImpl
ALWAYS_VALID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassertValid(ProjectFetchResponse proto, io.envoyproxy.pgv.ValidatorIndex index) static io.envoyproxy.pgv.ValidatorImplvalidatorFor(Class clazz)
-
Constructor Details
-
ProjectFetchResponseValidator
public ProjectFetchResponseValidator()
-
-
Method Details
-
validatorFor
-
assertValid
public void assertValid(ProjectFetchResponse proto, io.envoyproxy.pgv.ValidatorIndex index) throws io.envoyproxy.pgv.ValidationException - Specified by:
assertValidin interfaceio.envoyproxy.pgv.ValidatorImpl<ProjectFetchResponse>- Throws:
io.envoyproxy.pgv.ValidationException
-