|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InstantiatingReflector | |
|---|---|
| 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 InstantiatingReflector in net.sf.morph |
|---|
| Methods in net.sf.morph that return InstantiatingReflector | |
|---|---|
static InstantiatingReflector |
Defaults.createInstantiatingReflector()
Create a basic InstantiatingReflector. |
| Uses of InstantiatingReflector in net.sf.morph.reflect.reflectors |
|---|
| Classes in net.sf.morph.reflect.reflectors that implement InstantiatingReflector | |
|---|---|
class |
ArrayReflector
A container reflector for Arrays. |
class |
CollectionReflector
A reflector for Collections. |
class |
ContextReflector
A reflector that can expose the properties of any Context. |
class |
ListReflector
A reflector for Lists. |
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 |
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 |
SimpleInstantiatingReflector
A basic instantiating reflector that allows an arbitrary number of requested class types to be mapped to instantiated types. |
class |
SortedSetReflector
Exposes the information found in a SortedSet. |
class |
StubbornDelegatingReflector
|
| Methods in net.sf.morph.reflect.reflectors that return InstantiatingReflector | |
|---|---|
protected InstantiatingReflector |
SimpleDelegatingReflector.getInstantiatingReflectorForClass(java.lang.Class clazz)
|
| Uses of InstantiatingReflector in net.sf.morph.transform.transformers |
|---|
| Methods in net.sf.morph.transform.transformers that return InstantiatingReflector | |
|---|---|
protected InstantiatingReflector |
BaseTransformer.getInstantiatingReflector()
Get the InstantiatingReflector employed by this Transformer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||