Uses of Class
org.granite.messaging.amf.io.util.Property

Packages that use Property
org.granite.datanucleus   
org.granite.hibernate   
org.granite.hibernate4   
org.granite.messaging.amf.io.util   
org.granite.messaging.amf.io.util.externalizer   
org.granite.messaging.amf.io.util.instantiator   
org.granite.messaging.amf.types   
 

Uses of Property in org.granite.datanucleus
 

Methods in org.granite.datanucleus that return types with arguments of type Property
 List<Property> DataNucleusExternalizer.findOrderedFields(Class<?> clazz, boolean returnSettersWhenAvailable)
           
 

Methods in org.granite.datanucleus with parameters of type Property
protected  Object DataNucleusExternalizer.newCollection(AbstractExternalizablePersistentCollection value, Property field)
           
 

Uses of Property in org.granite.hibernate
 

Methods in org.granite.hibernate with parameters of type Property
protected  PersistentCollection HibernateExternalizer.newHibernateCollection(AbstractExternalizablePersistentCollection value, Property field)
           
 

Uses of Property in org.granite.hibernate4
 

Methods in org.granite.hibernate4 with parameters of type Property
protected  org.hibernate.collection.spi.PersistentCollection HibernateExternalizer.newHibernateCollection(AbstractExternalizablePersistentCollection value, Property field)
           
 

Uses of Property in org.granite.messaging.amf.io.util
 

Subclasses of Property in org.granite.messaging.amf.io.util
 class FieldProperty
           
 class MapProperty
           
 class MethodProperty
           
 class UIDProperty
           
 

Fields in org.granite.messaging.amf.io.util with type parameters of type Property
protected  List<Property> ActionScriptClassDescriptor.properties
           
protected  List<Property> JavaClassDescriptor.properties
           
 

Methods in org.granite.messaging.amf.io.util that return Property
 Property JavaClassDescriptor.getProperty(int index)
           
 

Methods in org.granite.messaging.amf.io.util that return types with arguments of type Property
protected  List<Property> DefaultGroovyClassDescriptor.introspectProperties()
           
protected  List<Property> DefaultJavaClassDescriptor.introspectProperties()
           
protected abstract  List<Property> JavaClassDescriptor.introspectProperties()
           
 

Uses of Property in org.granite.messaging.amf.io.util.externalizer
 

Fields in org.granite.messaging.amf.io.util.externalizer with type parameters of type Property
protected  ConcurrentHashMap<Class<?>,List<Property>> DefaultExternalizer.orderedFields
           
protected  ConcurrentHashMap<Class<?>,List<Property>> DefaultExternalizer.orderedSetterFields
           
 

Methods in org.granite.messaging.amf.io.util.externalizer that return types with arguments of type Property
 List<Property> DefaultExternalizer.findOrderedFields(Class<?> clazz)
           
 List<Property> Externalizer.findOrderedFields(Class<?> clazz)
           
 List<Property> DefaultExternalizer.findOrderedFields(Class<?> clazz, boolean returnSettersWhenAvailable)
           
 

Uses of Property in org.granite.messaging.amf.io.util.instantiator
 

Methods in org.granite.messaging.amf.io.util.instantiator with parameters of type Property
 void AbstractInstantiator.addReferer(Object referer, Property property)
           
 

Uses of Property in org.granite.messaging.amf.types
 

Methods in org.granite.messaging.amf.types with parameters of type Property
 Object AMFSpecialValueFactory.createSpecialValue(Property property, Object o)