Class MockTypeValidatorFactory.AbstractMockTypeValidator<T>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AbstractMockTypeValidator​(java.lang.Class<T> type)  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void validate()  
      • Methods inherited from class java.lang.Object

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

      • AbstractMockTypeValidator

        private AbstractMockTypeValidator​(java.lang.Class<T> type)