Uses of Interface
org.apache.commons.clazz.ClazzFeature

Packages that use ClazzFeature
org.apache.commons.clazz   
org.apache.commons.clazz.bean   
org.apache.commons.clazz.common   
org.apache.commons.clazz.reflect   
org.apache.commons.clazz.reflect.common   
org.apache.commons.clazz.reflect.extended   
 

Uses of ClazzFeature in org.apache.commons.clazz
 

Subinterfaces of ClazzFeature in org.apache.commons.clazz
 interface ClazzInstanceFactory
          An object resposible for allocating new instances of a Clazz.
 interface ClazzOperation
           
 interface ClazzProperty
          Describes a Property of instances of a Clazz.
 

Uses of ClazzFeature in org.apache.commons.clazz.bean
 

Classes in org.apache.commons.clazz.bean that implement ClazzFeature
 class BeanClazzConstructorInstanceFactory
          An instance factory based on a Constructor.
 class BeanClazzInstanceFactory
           
 class BeanClazzOperation
           
 class BeanClazzProperty
           
 

Uses of ClazzFeature in org.apache.commons.clazz.common
 

Classes in org.apache.commons.clazz.common that implement ClazzFeature
 class ClazzFeatureSupport
          Maintains common behavior of various implementations of ClazzFeature.
 

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

Subinterfaces of ClazzFeature in org.apache.commons.clazz.reflect
 interface ReflectedProperty
          The same reflected property may have more than one name.
 

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

Classes in org.apache.commons.clazz.reflect.common that implement ClazzFeature
 class ReflectedAccessorPairProperty
           
 class ReflectedConstructorInstanceFactory
          A wrapper for a java constructor.
 class ReflectedListProperty
           
 class ReflectedMethodFeatureSupport
          A wrapper for a java method.
 class ReflectedMethodInstanceFactory
          A wrapper for a static java method that returns an instance of the Clazz.
 class ReflectedMethodOperation
          A ClazzOperation that is a wrapper for a java method.
 class ReflectedScalarProperty
           
 

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

Classes in org.apache.commons.clazz.reflect.extended that implement ClazzFeature
 class ReflectedMappedProperty
           
 



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