org.apache.beehive.netui.compiler.genmodel
Interface ValidatorRuleFactory

All Known Implementing Classes:
DefaultValidatorRuleFactory

public interface ValidatorRuleFactory


Method Summary
 ValidatorRule getFieldRule(String entityName, String propertyName, AnnotationMirror ruleAnnotation)
           
 

Method Detail

getFieldRule

ValidatorRule getFieldRule(String entityName,
                           String propertyName,
                           AnnotationMirror ruleAnnotation)