Uses of Interface
org.apache.commons.clazz.reflect.ReflectedPropertyIntrospector

Packages that use ReflectedPropertyIntrospector
org.apache.commons.clazz.reflect   
org.apache.commons.clazz.reflect.common   
org.apache.commons.clazz.reflect.extended   
org.apache.commons.clazz.reflect.standard   
 

Uses of ReflectedPropertyIntrospector in org.apache.commons.clazz.reflect
 

Methods in org.apache.commons.clazz.reflect that return ReflectedPropertyIntrospector
protected abstract  ReflectedPropertyIntrospector[] ReflectedClazz.getPropertyIntrospectors()
          The order of introspectors is significant, they are invoked sequencially.
 

Uses of ReflectedPropertyIntrospector in org.apache.commons.clazz.reflect.common
 

Classes in org.apache.commons.clazz.reflect.common that implement ReflectedPropertyIntrospector
 class ReflectedListPropertyIntrospectorSupport
          A ReflectedPropertyIntrospector that discovers list (aka indexed) properties.
 class ReflectedPropertyIntrospectorSupport
           
 class ReflectedScalarPropertyIntrospector
          A ReflectedPropertyIntrospector that discovers scalar properties.
 

Uses of ReflectedPropertyIntrospector in org.apache.commons.clazz.reflect.extended
 

Classes in org.apache.commons.clazz.reflect.extended that implement ReflectedPropertyIntrospector
 class ExtendedReflectedListPropertyIntrospector
          A ReflectedPropertyIntrospector that discovers list (aka indexed) properties.
 class ReflectedMappedPropertyIntrospector
          A ReflectedPropertyIntrospector that discovers mapped properties.
 

Fields in org.apache.commons.clazz.reflect.extended declared as ReflectedPropertyIntrospector
protected static ReflectedPropertyIntrospector[] ExtendedReflectedClazz.PROPERTY_INTROSPECTORS
          The extended list of introspectors consists of List, Mapped and Scalar property introspectors.
 

Methods in org.apache.commons.clazz.reflect.extended that return ReflectedPropertyIntrospector
protected  ReflectedPropertyIntrospector[] ExtendedReflectedClazz.getPropertyIntrospectors()
           
 

Uses of ReflectedPropertyIntrospector in org.apache.commons.clazz.reflect.standard
 

Classes in org.apache.commons.clazz.reflect.standard that implement ReflectedPropertyIntrospector
 class StandardReflectedListPropertyIntrospector
          A ReflectedPropertyIntrospector that discovers list (aka indexed) properties.
 

Fields in org.apache.commons.clazz.reflect.standard declared as ReflectedPropertyIntrospector
static ReflectedPropertyIntrospector[] StandardReflectedClazz.PROPERTY_INTROSPECTORS
          The standard list of introspectors consists of Indexed and Scalar property introspectors.
 

Methods in org.apache.commons.clazz.reflect.standard that return ReflectedPropertyIntrospector
protected  ReflectedPropertyIntrospector[] StandardReflectedClazz.getPropertyIntrospectors()
           
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.