Uses of Interface
net.sf.morph.reflect.MutableIndexedContainerReflector

Packages that use MutableIndexedContainerReflector
net.sf.morph Core classes for use by other parts of the Morph framework. 
net.sf.morph.reflect.reflectors Reflector implementations. 
net.sf.morph.transform.transformers Transformer implementations. 
 

Uses of MutableIndexedContainerReflector in net.sf.morph
 

Methods in net.sf.morph that return MutableIndexedContainerReflector
static MutableIndexedContainerReflector Defaults.createMutableIndexedContainerReflector()
          Create a basic MutableIndexedContainerReflector.
 

Uses of MutableIndexedContainerReflector in net.sf.morph.reflect.reflectors
 

Classes in net.sf.morph.reflect.reflectors that implement MutableIndexedContainerReflector
 class ArrayReflector
          A container reflector for Arrays.
 class ListReflector
          A reflector for Lists.
 class ServletRequestReflector
          ServletRequest reflector.
 class SimpleDelegatingReflector
          Reflector that can be used to combine multiple bean reflectors.
 class StubbornDelegatingReflector
           
 

Methods in net.sf.morph.reflect.reflectors that return MutableIndexedContainerReflector
protected  MutableIndexedContainerReflector SimpleDelegatingReflector.getMutableIndexedContainerReflector(java.lang.Object bean)
           
 

Uses of MutableIndexedContainerReflector in net.sf.morph.transform.transformers
 

Methods in net.sf.morph.transform.transformers that return MutableIndexedContainerReflector
protected  MutableIndexedContainerReflector BaseReflectorTransformer.getMutableIndexedContainerReflector()
           
 



Copyright © 2004-2008.