Uses of Class
org.azzyzt.jee.runtime.exception.ConstraintProperty

Packages that use ConstraintProperty
org.azzyzt.jee.runtime.exception   
 

Uses of ConstraintProperty in org.azzyzt.jee.runtime.exception
 

Methods in org.azzyzt.jee.runtime.exception that return types with arguments of type ConstraintProperty
 java.util.List<ConstraintProperty> ViolationDetail.getConstraintProperties()
           
 

Method parameters in org.azzyzt.jee.runtime.exception with type arguments of type ConstraintProperty
 void ViolationDetail.setConstraintProperties(java.util.List<ConstraintProperty> constraintProperties)