public class CompositePath extends JsonSerializable
| Constructor and Description |
|---|
CompositePath()
Constructor.
|
CompositePath(String jsonString)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CompositePathSortOrder |
getOrder()
Gets the sort order for the composite path.
|
String |
getPath()
Gets path.
|
void |
setOrder(CompositePathSortOrder order)
Gets the sort order for the composite path.
|
void |
setPath(String path)
Sets path.
|
get, getBoolean, getCollection, getCollection, getDouble, getHashMap, getInt, getList, getLogger, getLong, getMapper, getObject, getObject, getObjectByPath, getString, has, remove, set, toJson, toJson, toObject, toStringpublic CompositePath()
public CompositePath(String jsonString)
jsonString - the json string that represents the included path.public String getPath()
public void setPath(String path)
path - the path.public CompositePathSortOrder getOrder()
public void setOrder(CompositePathSortOrder order)
order - the sort order.Copyright © 2020. All rights reserved.