org.junit.validator
Class AnnotationValidatorFactory
java.lang.Object
org.junit.validator.AnnotationValidatorFactory
public class AnnotationValidatorFactory
- extends Object
Creates instances of Annotation Validators.
- Since:
- 4.12
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationValidatorFactory
public AnnotationValidatorFactory()
createAnnotationValidator
public AnnotationValidator createAnnotationValidator(ValidateWith validateWithAnnotation)
- Creates the AnnotationValidator specified by the value in
ValidateWith
. Instances are
cached.
- Returns:
- An instance of the AnnotationValidator.
- Since:
- 4.12
Copyright © 2002–2021 JUnit. All rights reserved.