Interface Constraint.Factory<A extends Annotation,V> 
- Type Parameters:
- A- annotation type
- V- data type
- Enclosing interface:
- Constraint<V>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provider for a specific constraint given a field type.
- Since:
- 4.0.0
- 
Method SummaryModifier and TypeMethodDescriptionCreate a new specialized constraint.
- 
Method Details- 
makeCreate a new specialized constraint.- Parameters:
- data- annotation with metadata
- type- annotated type. is a subtype of- V
- Returns:
- new constraint
- Since:
- 4.0.0
 
 
-