|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContainerReflector | |
---|---|
net.sf.morph | Core classes for use by other parts of the Morph framework. |
net.sf.morph.reflect | Defines notions of "bean-like" and "container-like" holders of information by definining a standard API for accessing such information. |
net.sf.morph.reflect.reflectors | Reflector implementations. |
net.sf.morph.transform.copiers | Copier implementations. |
net.sf.morph.transform.transformers | Transformer implementations. |
Uses of ContainerReflector in net.sf.morph |
---|
Methods in net.sf.morph that return ContainerReflector | |
---|---|
static ContainerReflector |
Defaults.createContainerReflector()
Create a basic ContainerReflector. |
Uses of ContainerReflector in net.sf.morph.reflect |
---|
Subinterfaces of ContainerReflector in net.sf.morph.reflect | |
---|---|
interface |
GrowableContainerReflector
A reflector for 'container-like' structures that do not have a fixed size. |
interface |
IndexedContainerReflector
A reflector for 'container-like' structures that have a logical ordering which can be used to retrieve elements at a specific index within the structure. |
interface |
MutableIndexedContainerReflector
A reflector for an indexed structure that allows modification of an element at a given index. |
Uses of ContainerReflector in net.sf.morph.reflect.reflectors |
---|
Classes in net.sf.morph.reflect.reflectors that implement ContainerReflector | |
---|---|
class |
ArrayReflector
A container reflector for Arrays. |
class |
BaseContainerReflector
Convenient base class for ContainerReflectors. |
class |
CollectionReflector
A reflector for Collection s. |
class |
EnumerationReflector
Exposes the information available in a java.util.Enumeration. |
class |
IteratorReflector
Exposes the information available in a java.util.Iterator. |
class |
ListReflector
A reflector for List s. |
class |
MapReflector
Reflector for Maps that allows a map to be treated both as a container and as a bean. |
class |
ObjectReflector
A Reflector that exposes the properties of any Object as they are defined by the JavaBeans specification. |
class |
ResetableIteratorWrapperReflector
Exposes the information available in a ResetableIteratorWrapper. |
class |
ResultSetReflector
Exposes the information in a ResultSet. |
class |
ServletRequestReflector
ServletRequest reflector. |
class |
SetReflector
Exposes the information found in a Set . |
class |
SimpleDelegatingReflector
Reflector that can be used to combine multiple bean reflectors. |
class |
SortedSetReflector
Exposes the information found in a SortedSet . |
class |
StringTokenizerReflector
Reflector for StringTokenizer s. |
class |
StubbornDelegatingReflector
|
Methods in net.sf.morph.reflect.reflectors that return ContainerReflector | |
---|---|
protected ContainerReflector |
SimpleDelegatingReflector.getContainerReflector(java.lang.Object bean)
|
protected ContainerReflector |
SimpleDelegatingReflector.getContainerReflectorForClass(java.lang.Class reflectedClass)
|
Uses of ContainerReflector in net.sf.morph.transform.copiers |
---|
Methods in net.sf.morph.transform.copiers that return ContainerReflector | |
---|---|
protected ContainerReflector |
AssemblyCopierSupport.getContainerReflector()
Get the ContainerReflector used by this Transformer. |
Uses of ContainerReflector in net.sf.morph.transform.transformers |
---|
Methods in net.sf.morph.transform.transformers that return ContainerReflector | |
---|---|
protected ContainerReflector |
BaseReflectorTransformer.getContainerReflector()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |