Constructs a constraint
| Type Params | Return Type | Name and description |
|---|---|---|
|
T |
build(java.lang.Class owner, java.lang.String property, java.lang.Object constrainingValue)Builds a constraint |
|
java.lang.String |
getName()@return The name of the constraint |
|
java.lang.Class<T> |
getType()@return The type of the constraint |
|
boolean |
supports(java.lang.Class targetType)The target type this factory supports |
Builds a constraint
owner - The ownerproperty - The propertyconstrainingValue - The constrainting value
The target type this factory supports
targetType - The target type