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

Packages that use Property
org.granite.messaging.amf.io.util   
org.granite.messaging.amf.io.util.externalizer   
org.granite.messaging.amf.io.util.instantiator   
 

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 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)