| Modifier and Type | Method and Description |
|---|---|
List<Property> |
DataNucleusExternalizer.findOrderedFields(Class<?> clazz,
boolean returnSettersWhenAvailable) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
DataNucleusExternalizer.newCollection(AbstractExternalizablePersistentCollection value,
Property field) |
| Modifier and Type | Method and Description |
|---|---|
protected PersistentCollection |
HibernateExternalizer.newHibernateCollection(AbstractExternalizablePersistentCollection value,
Property field) |
| Modifier and Type | Method and Description |
|---|---|
protected org.hibernate.collection.spi.PersistentCollection |
HibernateExternalizer.newHibernateCollection(AbstractExternalizablePersistentCollection value,
Property field) |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldProperty |
class |
MapProperty |
class |
MethodProperty |
class |
UIDProperty |
| Modifier and Type | Field and Description |
|---|---|
protected List<Property> |
ActionScriptClassDescriptor.properties |
protected List<Property> |
JavaClassDescriptor.properties |
| Modifier and Type | Method and Description |
|---|---|
Property |
JavaClassDescriptor.getProperty(int index) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Property> |
DefaultGroovyClassDescriptor.introspectProperties() |
protected List<Property> |
DefaultJavaClassDescriptor.introspectProperties() |
protected abstract List<Property> |
JavaClassDescriptor.introspectProperties() |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<Class<?>,List<Property>> |
DefaultExternalizer.orderedFields |
protected ConcurrentHashMap<Class<?>,List<Property>> |
DefaultExternalizer.orderedSetterFields |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
DefaultExternalizer.findOrderedFields(Class<?> clazz) |
List<Property> |
Externalizer.findOrderedFields(Class<?> clazz) |
List<Property> |
DefaultExternalizer.findOrderedFields(Class<?> clazz,
boolean returnSettersWhenAvailable) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInstantiator.addReferer(Object referer,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AMFSpecialValueFactory.createSpecialValue(Property property,
Object o) |