Class ApacheBValConstraintDescriptorFactory
- java.lang.Object
-
- com.github.microtweak.validator.conditional.core.spi.ConstraintDescriptorFactory
-
- com.github.microtweak.validator.conditional.bval.ApacheBValConstraintDescriptorFactory
-
public class ApacheBValConstraintDescriptorFactory extends ConstraintDescriptorFactory
-
-
Constructor Summary
Constructors Constructor Description ApacheBValConstraintDescriptorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Annotation,H extends AnnotatedElement>
javax.validation.metadata.ConstraintDescriptor<T>of(T constraint, H host)-
Methods inherited from class com.github.microtweak.validator.conditional.core.spi.ConstraintDescriptorFactory
getInstance
-
-
-
-
Method Detail
-
of
public <T extends Annotation,H extends AnnotatedElement> javax.validation.metadata.ConstraintDescriptor<T> of(T constraint, H host)
- Specified by:
ofin classConstraintDescriptorFactory
-
-