|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IllegalPojoPathException | |
|---|---|
| net.sf.mmm.util.pojo.path.api | Provides the API for navigating a
PojoPath. |
| net.sf.mmm.util.pojo.path.base | Contains the base-implementation of the
PojoPath API. |
| Uses of IllegalPojoPathException in net.sf.mmm.util.pojo.path.api |
|---|
| Methods in net.sf.mmm.util.pojo.path.api that throw IllegalPojoPathException | ||
|---|---|---|
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. |
|
GenericType<?> |
PojoPathNavigator.getType(GenericType<?> pojoType,
String pojoPath,
boolean failOnUnsafePath,
PojoPathContext context)
This method determines the result-type for the given starting at the given
pojoType using the given context. |
|
GenericType<?> |
PojoPathNavigator.getType(Type pojoType,
String pojoPath,
boolean failOnUnsafePath,
PojoPathContext context)
This method determines the result-type for the given starting at the given
pojoType using the given 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. |
|
| Uses of IllegalPojoPathException in net.sf.mmm.util.pojo.path.base |
|---|
| Methods in net.sf.mmm.util.pojo.path.base that throw IllegalPojoPathException | |
|---|---|
GenericType<?> |
AbstractPojoPathNavigator.getType(Type pojoType,
String pojoPath,
boolean failOnUnsafePath,
PojoPathContext context)
This method determines the result-type for the given starting at the given
pojoType using the given context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||