Class Validator
- java.lang.Object
-
- org.finos.tracdap.common.validation.Validator
-
public class Validator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Validator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <TMsg extends com.google.protobuf.Message>
voidvalidateFixedMethod(TMsg message, com.google.protobuf.Descriptors.MethodDescriptor method)<TMsg extends com.google.protobuf.Message>
voidvalidateFixedObject(TMsg message)<TMsg extends com.google.protobuf.Message>
voidvalidateVersion(TMsg current, TMsg prior)
-
-
-
Method Detail
-
validateFixedMethod
public <TMsg extends com.google.protobuf.Message> void validateFixedMethod(TMsg message, com.google.protobuf.Descriptors.MethodDescriptor method)
-
validateFixedObject
public <TMsg extends com.google.protobuf.Message> void validateFixedObject(TMsg message)
-
validateVersion
public <TMsg extends com.google.protobuf.Message> void validateVersion(TMsg current, TMsg prior)
-
-