Package | Description |
---|---|
net.sf.mmm.util.pojo.path.base |
Contains the base-implementation of the
PojoPath API. |
net.sf.mmm.util.pojo.path.impl |
Contains the implementation of the
PojoPath API. |
Modifier and Type | Field and Description |
---|---|
private AbstractPojoPathNavigator.CachingPojoPath |
AbstractPojoPathNavigator.CachingPojoPath.parent |
private AbstractPojoPathNavigator.CachingPojoPath |
AbstractPojoPathNavigator.PojoPathCache.rootPath
The root path.
|
private AbstractPojoPathNavigator.CachingPojoPath |
AbstractPojoPathNavigator.PojoPathState.rootPath
The root path.
|
Modifier and Type | Field and Description |
---|---|
private Map<String,AbstractPojoPathNavigator.CachingPojoPath> |
AbstractPojoPathNavigator.PojoPathCache.cache
The actual cache that maps a
PojoPath to the
resulting AbstractPojoPathNavigator.CachingPojoPath . |
private Map<String,AbstractPojoPathNavigator.CachingPojoPath> |
AbstractPojoPathNavigator.PojoPathState.cache
|
Constructor and Description |
---|
PojoPathState(AbstractPojoPathNavigator.CachingPojoPath rootPath,
PojoPathMode mode,
String pojoPath)
The constructor for no caching.
|
PojoPathState(AbstractPojoPathNavigator.CachingPojoPath rootPath,
PojoPathMode mode,
String pojoPath,
Map<String,AbstractPojoPathNavigator.CachingPojoPath> cache)
The constructor.
|
Constructor and Description |
---|
PojoPathState(AbstractPojoPathNavigator.CachingPojoPath rootPath,
PojoPathMode mode,
String pojoPath,
Map<String,AbstractPojoPathNavigator.CachingPojoPath> cache)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
PojoPathNavigatorImpl.getFromPojo(AbstractPojoPathNavigator.CachingPojoPath currentPath,
PojoPathContext context,
AbstractPojoPathNavigator.PojoPathState state) |
protected Object |
PojoPathNavigatorImpl.setInPojo(AbstractPojoPathNavigator.CachingPojoPath currentPath,
PojoPathContext context,
AbstractPojoPathNavigator.PojoPathState state,
Object parentPojo,
Object value) |
Copyright © 2001–2016 mmm-Team. All rights reserved.