Package | Description |
---|---|
net.sf.mmm.util.pojo.impl.spring | |
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. |
net.sf.mmm.util.value.base |
Contains the base-implementations of the
value API . |
Modifier and Type | Method and Description |
---|---|
PojoPathNavigator |
UtilPojoSpringConfig.pojoPathNavigator() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPojoPathNavigator
This is the abstract base implementation of the
PojoPathNavigator . |
Modifier and Type | Field and Description |
---|---|
private PojoPathNavigator |
PojoPathMap.pojoPathNavigator |
Constructor and Description |
---|
PojoPathMap(PojoPathNavigator pojoPathNavigator,
Object pojo)
The constructor.
|
PojoPathMap(PojoPathNavigator pojoPathNavigator,
Object pojo,
PojoPathContext context)
The constructor.
|
PojoPathMap(PojoPathNavigator pojoPathNavigator,
Object pojo,
PojoPathContext context,
PojoPathMode mode)
The constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
PojoPathNavigatorImpl
This is the implementation of
PojoPathNavigator . |
Modifier and Type | Field and Description |
---|---|
private PojoPathNavigator |
PojoPathPropertyAccessor.navigator
The
PojoPathNavigator instance to use. |
Constructor and Description |
---|
PojoPathPropertyAccessor(PojoPathNavigator navigator,
String pojoPath,
Class<VALUE> valueType)
The constructor.
|
PojoPathPropertyAccessor(PojoPathNavigator navigator,
String pojoPath,
Class<VALUE> valueType,
PojoPathMode writeMode)
The constructor.
|
PojoPathPropertyAccessor(PojoPathNavigator navigator,
String pojoPath,
Class<VALUE> valueType,
PojoPathMode writeMode,
PojoPathContext context)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.