| Package | Description |
|---|---|
| org.granite.generator.as3 | |
| org.granite.generator.as3.reflect |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultEntityFactory.isLazy(JavaProperty property) |
boolean |
EntityFactory.isLazy(JavaProperty property) |
boolean |
JavaClientGroovyTransformer.isLazy(JavaProperty property) |
boolean |
JavaClientGroovyTransformer.isUid(JavaProperty property) |
boolean |
DefaultEntityFactory.isVersion(JavaProperty property) |
boolean |
EntityFactory.isVersion(JavaProperty property) |
boolean |
JavaClientGroovyTransformer.isVersion(JavaProperty property) |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaFieldProperty |
class |
JavaMethodProperty |
| Modifier and Type | Field and Description |
|---|---|
protected JavaProperty |
JavaBean.uid |
protected JavaProperty |
JavaEntityBean.version |
| Modifier and Type | Field and Description |
|---|---|
protected List<JavaProperty> |
JavaBean.interfacesProperties |
protected List<JavaProperty> |
JavaBean.lazyProperties |
protected Map<String,JavaProperty> |
JavaBean.properties |
protected List<JavaProperty> |
JavaInterface.properties |
| Modifier and Type | Method and Description |
|---|---|
JavaProperty |
JavaBean.getUid() |
JavaProperty |
JavaEntityBean.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
Map<JavaProperty,List<JavaConstraint>> |
JavaValidatableBean.getConstraints() |
Map<JavaProperty,List<JavaConstraint>> |
JavaValidatableEntityBean.getConstraints() |
List<JavaProperty> |
JavaBean.getInterfacesProperties() |
Collection<JavaProperty> |
JavaBean.getProperties() |
Collection<JavaProperty> |
JavaInterface.getProperties() |
protected List<JavaProperty> |
JavaAbstractType.getSortedUnmodifiableList(Collection<JavaProperty> coll) |
protected SortedMap<String,JavaProperty> |
JavaBean.initProperties() |
protected Collection<JavaProperty> |
JavaInterface.initProperties() |
protected SortedMap<String,JavaProperty> |
JavaBean.initProperties(Class<?> type,
ParameterizedType parentGenericType) |
| Modifier and Type | Method and Description |
|---|---|
int |
JavaFieldProperty.compareTo(JavaProperty o) |
int |
JavaMethodProperty.compareTo(JavaProperty o) |
boolean |
JavaBean.isLazy(JavaProperty property) |
boolean |
JavaTypeFactory.isLazy(JavaProperty property) |
boolean |
JavaTypeFactory.isUid(JavaProperty property) |
boolean |
JavaTypeFactory.isVersion(JavaProperty property) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidatableBean.buildConstraints(Map<String,JavaProperty> properties,
Map<JavaProperty,List<JavaConstraint>> constraints) |
void |
ValidatableBean.buildConstraints(Map<String,JavaProperty> properties,
Map<JavaProperty,List<JavaConstraint>> constraints) |
protected List<JavaProperty> |
JavaAbstractType.getSortedUnmodifiableList(Collection<JavaProperty> coll) |