|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InstantiationFailedException | |
|---|---|
| net.sf.mmm.util.pojo.api | Provides the API for dealing with Pojos. |
| net.sf.mmm.util.pojo.base | Provides the base-implementation of the
Pojo API. |
| net.sf.mmm.util.pojo.path.api | Provides the API for navigating a
PojoPath. |
| Uses of InstantiationFailedException in net.sf.mmm.util.pojo.api |
|---|
| Methods in net.sf.mmm.util.pojo.api that throw InstantiationFailedException | ||
|---|---|---|
|
PojoFactory.newInstance(Class<POJO> pojoType)
This method creates a new instance of the given pojoType. |
|
| Uses of InstantiationFailedException in net.sf.mmm.util.pojo.base |
|---|
| Methods in net.sf.mmm.util.pojo.base that throw InstantiationFailedException | ||
|---|---|---|
|
SimplePojoFactory.newInstance(Class<POJO> pojoType)
This method creates a new instance of the given pojoType. |
|
protected
|
SimplePojoFactory.newInstanceForClass(Class<POJO> pojoType)
Implementation of SimplePojoFactory.newInstance(Class) for regular class. |
|
protected
|
DefaultPojoFactory.newInstanceForInterface(Class<POJO> pojoInterface)
This method is invoked from SimplePojoFactory.newInstance(Class) if the given
Class is an interface. |
|
protected
|
SimplePojoFactory.newInstanceForInterface(Class<POJO> pojoInterface)
This method is invoked from SimplePojoFactory.newInstance(Class) if the given
Class is an interface. |
|
protected
|
GuessingPojoFactory.newInstanceForInterface(Class<POJO> pojoInterface)
This method is invoked from SimplePojoFactory.newInstance(Class) if the given
Class is an interface. |
|
| Uses of InstantiationFailedException in net.sf.mmm.util.pojo.path.api |
|---|
| Methods in net.sf.mmm.util.pojo.path.api that throw InstantiationFailedException | ||
|---|---|---|
Object |
PojoPathNavigator.get(Object pojo,
String pojoPath,
PojoPathMode mode,
PojoPathContext context)
This method evaluates the given pojoPath for the given
pojo using the given mode and
context. |
|
|
PojoPathNavigator.get(Object pojo,
String pojoPath,
PojoPathMode mode,
PojoPathContext context,
Class<TYPE> targetClass)
This method evaluates the given pojoPath for the given
pojo using the given mode and
context. |
|
Object |
PojoPathNavigator.set(Object pojo,
String pojoPath,
PojoPathMode mode,
PojoPathContext context,
Object value)
This method sets the given value for the given
pojoPath in the given pojo using the given
mode and context. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||