| 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 java.util.List<JavaProperty> |
JavaBean.interfacesProperties |
protected java.util.List<JavaProperty> |
JavaBean.lazyProperties |
protected java.util.Map<java.lang.String,JavaProperty> |
JavaBean.properties |
protected java.util.List<JavaProperty> |
JavaInterface.properties |
| Modifier and Type | Method and Description |
|---|---|
JavaProperty |
JavaBean.getUid() |
JavaProperty |
JavaEntityBean.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<JavaProperty,java.util.List<JavaConstraint>> |
JavaValidatableBean.getConstraints() |
java.util.Map<JavaProperty,java.util.List<JavaConstraint>> |
JavaValidatableEntityBean.getConstraints() |
java.util.List<JavaProperty> |
JavaBean.getInterfacesProperties() |
java.util.Collection<JavaProperty> |
JavaBean.getProperties() |
java.util.Collection<JavaProperty> |
JavaInterface.getProperties() |
protected java.util.List<JavaProperty> |
JavaAbstractType.getSortedUnmodifiableList(java.util.Collection<JavaProperty> coll) |
protected java.util.SortedMap<java.lang.String,JavaProperty> |
JavaBean.initProperties() |
protected java.util.Collection<JavaProperty> |
JavaInterface.initProperties() |
protected java.util.SortedMap<java.lang.String,JavaProperty> |
JavaBean.initProperties(java.lang.Class<?> type,
java.lang.reflect.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(java.util.Map<java.lang.String,JavaProperty> properties,
java.util.Map<JavaProperty,java.util.List<JavaConstraint>> constraints) |
void |
ValidatableBean.buildConstraints(java.util.Map<java.lang.String,JavaProperty> properties,
java.util.Map<JavaProperty,java.util.List<JavaConstraint>> constraints) |
protected java.util.List<JavaProperty> |
JavaAbstractType.getSortedUnmodifiableList(java.util.Collection<JavaProperty> coll) |