org.granite.generator.as3.reflect
Class ValidatableBean

java.lang.Object
  extended by org.granite.generator.as3.reflect.ValidatableBean

public class ValidatableBean
extends Object


Constructor Summary
ValidatableBean(Class<?> type, String metaAnnotationName, List<String> specialAnnotationNames, Map<String,String> nameConversions)
           
 
Method Summary
 void buildConstraints(Map<String,JavaProperty> properties, Map<JavaProperty,List<JavaConstraint>> constraints)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatableBean

public ValidatableBean(Class<?> type,
                       String metaAnnotationName,
                       List<String> specialAnnotationNames,
                       Map<String,String> nameConversions)
Method Detail

buildConstraints

public void buildConstraints(Map<String,JavaProperty> properties,
                             Map<JavaProperty,List<JavaConstraint>> constraints)