org.granite.generator.as3.reflect
Class JavaValidatableBean

java.lang.Object
  extended by org.granite.generator.as3.reflect.JavaAbstractType
      extended by org.granite.generator.as3.reflect.JavaBean
          extended by org.granite.generator.as3.reflect.JavaValidatableBean
All Implemented Interfaces:
ClientTyped, JavaType

public class JavaValidatableBean
extends JavaBean

Entity reflection for converting validation annotations to Flex.

Author:
William DRAI, Franck WOLFF

Nested Class Summary
 
Nested classes/interfaces inherited from class org.granite.generator.as3.reflect.JavaAbstractType
JavaAbstractType.GenerationType
 
Nested classes/interfaces inherited from interface org.granite.generator.as3.reflect.JavaType
JavaType.Kind
 
Field Summary
 
Fields inherited from class org.granite.generator.as3.reflect.JavaBean
clientSuperclass, imports, interfaces, interfacesProperties, lazyProperties, properties, superclass, uid
 
Fields inherited from class org.granite.generator.as3.reflect.JavaAbstractType
clientType, generationType, kind, provider, type, url
 
Constructor Summary
JavaValidatableBean(JavaTypeFactory provider, Class<?> type, URL url, String metaAnnotationName, List<String> specialAnnotationNames, Map<String,String> nameConversions)
           
 
Method Summary
 Map<JavaProperty,List<JavaConstraint>> getConstraints()
           
 
Methods inherited from class org.granite.generator.as3.reflect.JavaBean
addToImports, addToImports, getAs3Superclass, getClientSuperclass, getImports, getInterfaces, getInterfacesProperties, getProperties, getSuperclass, getUid, hasEnumProperty, hasInterfaces, hasInterfacesProperties, hasSuperclass, hasUid, initProperties, initProperties, isAnnotationPresent, isLazy
 
Methods inherited from class org.granite.generator.as3.reflect.JavaAbstractType
getAs3Type, getClientType, getGenerationType, getKind, getLastModified, getName, getPackage, getPackageName, getPropertyDescriptors, getProvider, getQualifiedName, getSortedUnmodifiableList, getType, getUrl, isBean, isEntity, isEnum, isGenerated, isInterface, isRemoteDestination, isWithBase, removeNull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaValidatableBean

public JavaValidatableBean(JavaTypeFactory provider,
                           Class<?> type,
                           URL url,
                           String metaAnnotationName,
                           List<String> specialAnnotationNames,
                           Map<String,String> nameConversions)
Method Detail

getConstraints

public Map<JavaProperty,List<JavaConstraint>> getConstraints()