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