Package org.hibernate.processor.validation

Interface Mocker<T>

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterfacepublic interfaceMocker<T>
    • Method Detail

      • variadic

        static <T> Mocker<T> variadic​(Class<T> clazz)
      • load

        static <T> Class<? extends T> load​(Class<T> clazz)