|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.clazz.common.ClazzElementSupport
org.apache.commons.clazz.Clazz
org.apache.commons.clazz.reflect.ReflectedClazz
org.apache.commons.clazz.reflect.standard.StandardReflectedClazz
| Field Summary | |
static ReflectedInstanceFactoryIntrospector[] |
INSTANCE_FACTORY_INTROSPECTORS
The standard list of introspectors consists just the basic constructor- to-factory introspector. |
static ReflectedOperationIntrospector[] |
OPERATION_INTROSPECTORS
The standard list of introspectors consists just the basic method-to- operation introspector. |
static ReflectedPropertyIntrospector[] |
PROPERTY_INTROSPECTORS
The standard list of introspectors consists of Indexed and Scalar property introspectors. |
| Fields inherited from class org.apache.commons.clazz.Clazz |
EXTENDED_CLAZZ_MODEL, STANDARD_CLAZZ_MODEL |
| Constructor Summary | |
StandardReflectedClazz(org.apache.commons.clazz.ClazzLoader loader,
Class instanceClass)
Constructor for StandardReflectedClazz. |
|
| Method Summary | |
protected ReflectedInstanceFactoryIntrospector[] |
getInstanceFactoryIntrospectors()
|
protected ReflectedOperationIntrospector[] |
getOperationIntrospectors()
|
protected ReflectedPropertyIntrospector[] |
getPropertyIntrospectors()
The order of introspectors is significant, they are invoked sequencially. |
| Methods inherited from class org.apache.commons.clazz.reflect.ReflectedClazz |
addInstanceFactory, addOperation, addProperty, getBeanInfo, getDeclaredOperations, getDeclaredProperties, getInstanceClass, getInstanceFactories, getInstanceFactory, getOperation, getOperations, getProperties, getProperty, getReflectedClass, getSuperclazz, introspectInstanceFactories, introspectOperations, introspectProperties, isAssignableFrom, isLoggingEnabled, logPropertyParseResults, logPropertyParseResults |
| Methods inherited from class org.apache.commons.clazz.Clazz |
addClazzChangeListener, addClazzLoaderFactory, constructSignature, constructSignature, fireInstanceFactoryAdded, fireInstanceFactoryRemoved, fireOperationAdded, fireOperationRemoved, firePropertyAdded, firePropertyRemoved, getCanonicalClassName, getClazz, getClazz, getClazzLoader, getClazzLoader, getClazzLoaderFactory, getDefaultClazzLoader, getDefaultClazzModel, getName, getPackageName, getShortClassName, newInstance, newInstance, removeClazzChangeListener, setDefaultClazzModel |
| Methods inherited from class org.apache.commons.clazz.common.ClazzElementSupport |
getAttribute, getAttributes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.commons.clazz.ClazzElement |
getAttribute, getAttributes |
| Field Detail |
public static final ReflectedPropertyIntrospector[] PROPERTY_INTROSPECTORS
public static final ReflectedOperationIntrospector[] OPERATION_INTROSPECTORS
public static final ReflectedInstanceFactoryIntrospector[] INSTANCE_FACTORY_INTROSPECTORS
| Constructor Detail |
public StandardReflectedClazz(org.apache.commons.clazz.ClazzLoader loader,
Class instanceClass)
| Method Detail |
protected ReflectedPropertyIntrospector[] getPropertyIntrospectors()
ReflectedClazz
getPropertyIntrospectors in class ReflectedClazzprotected ReflectedOperationIntrospector[] getOperationIntrospectors()
getOperationIntrospectors in class ReflectedClazzReflectedClazz.getPropertyIntrospectors()protected ReflectedInstanceFactoryIntrospector[] getInstanceFactoryIntrospectors()
getInstanceFactoryIntrospectors in class ReflectedClazzReflectedClazz.getPropertyIntrospectors()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||