Class ResponseSizeValidator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static int LOWER_BOUND  
      protected static int UPPER_BOUND  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected int getLowerBound()  
      void validate​(java.lang.String input)  
      • Methods inherited from class java.lang.Object

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

      • ResponseSizeValidator

        @Inject
        public ResponseSizeValidator()
    • Method Detail

      • validate

        public void validate​(java.lang.String input)
        Specified by:
        validate in interface SizeValidator
      • getLowerBound

        protected int getLowerBound()