Class ConstraintDescriptorFactory
- java.lang.Object
-
- com.github.microtweak.validator.conditional.core.spi.ConstraintDescriptorFactory
-
public abstract class ConstraintDescriptorFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description ConstraintDescriptorFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ConstraintDescriptorFactorygetInstance()abstract <T extends Annotation,H extends AnnotatedElement>
javax.validation.metadata.ConstraintDescriptor<T>of(T constraint, H host)
-
-
-
Method Detail
-
getInstance
public static ConstraintDescriptorFactory getInstance()
-
of
public abstract <T extends Annotation,H extends AnnotatedElement> javax.validation.metadata.ConstraintDescriptor<T> of(T constraint, H host)
-
-