org.granite.generator.as3
Class BVEntityFactory
java.lang.Object
org.granite.generator.as3.DefaultEntityFactory
org.granite.generator.as3.BVEntityFactory
- All Implemented Interfaces:
- EntityFactory
public class BVEntityFactory
- extends DefaultEntityFactory
Entity factory for converting Bean Validation / JSR-303 annotations to Flex
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BVEntityFactory
public BVEntityFactory()
newBean
public JavaType newBean(JavaTypeFactory provider,
Class<?> type,
URL url)
- Specified by:
newBean in interface EntityFactory- Overrides:
newBean in class DefaultEntityFactory
newEntity
public JavaType newEntity(JavaTypeFactory provider,
Class<?> type,
URL url)
- Specified by:
newEntity in interface EntityFactory- Overrides:
newEntity in class DefaultEntityFactory