| Modifier and Type | Field and Description |
|---|---|
private PojoPathContext |
context |
private PojoPathMode |
mode |
private Object |
pojo |
private PojoPathNavigator |
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 | Method and Description |
|---|---|
Object |
get(Object key) |
clear, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllprivate final PojoPathNavigator pojoPathNavigator
private final Object pojo
private final PojoPathMode mode
private final PojoPathContext context
public PojoPathMap(PojoPathNavigator pojoPathNavigator, Object pojo)
pojoPathNavigator - the PojoPathNavigator to use.pojo - the Pojo to represent as Map.public PojoPathMap(PojoPathNavigator pojoPathNavigator, Object pojo, PojoPathContext context)
pojoPathNavigator - the PojoPathNavigator to use.pojo - the Pojo to represent as Map.context - is the PojoPathContext.public PojoPathMap(PojoPathNavigator pojoPathNavigator, Object pojo, PojoPathContext context, PojoPathMode mode)
pojoPathNavigator - the PojoPathNavigator to use.pojo - the Pojo to represent as Map.context - is the PojoPathContext.mode - is the PojoPathMode.Copyright © 2001–2016 mmm-Team. All rights reserved.