Class ValidationProviderHelper


  • public class ValidationProviderHelper
    extends Object
    Provides functionality for dealing with validation provider types.
    Author:
    Gunnar Morling
    • Method Detail

      • isDefaultProvider

        public boolean isDefaultProvider()
        Whether the given provider is the default provider or not.
        Returns:
        true if the given provider is the default provider, false otherwise
      • isHibernateValidator

        public boolean isHibernateValidator()
        Whether the given provider is Hibernate Validator or not.