JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
javax.validation

Interface ConstraintValidatorFactory

    • Method Detail

      • getInstance

        <T extends ConstraintValidator<?,?>> T getInstance(Class<T> key)
        Parameters:
        key - The class of the constraint validator to instantiate
        Returns:
        A new constraint validator instance of the specified class
      • releaseInstance

        void releaseInstance(ConstraintValidator<?,?> instance)
        Signals ConstraintValidatorFactory that the instance is no longer being used by the Bean Validation provider.
        Parameters:
        instance - validator being released
        Since:
        1.1
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

AltStyle によって変換されたページ (->オリジナル) /