Interface ConstraintConverter<SOURCE,TARGET>
-
- All Known Implementing Classes:
AbstractConstraintToBeanTypeConverter,AttributeConstraintToBeanTypeConverter,AttributeConstraintToFieldTypeConverter,AttributeConstraintToGetterTypeConverter,ConstraintGroupsToGroupsTypeConverter,ConstraintsToConstraintMappingsTypeConverter,SeverityToPayloadTypeConverter,TypeConstraintToBeanTypeConverter
public interface ConstraintConverter<SOURCE,TARGET>Converter used to create JAXB bean from platform constraints.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description TARGETconvert(SOURCE source)Converts source to target.default booleanisActiveForConstraint(SOURCE constraint)
-