Class 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>
      void
      validateFixedMethod​(TMsg message, com.google.protobuf.Descriptors.MethodDescriptor method)  
      <TMsg extends com.google.protobuf.Message>
      void
      validateFixedObject​(TMsg message)  
      <TMsg extends com.google.protobuf.Message>
      void
      validateVersion​(TMsg current, TMsg prior)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Validator

        public Validator()
    • 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)