public class IncludedPath extends JsonSerializable
| Constructor and Description |
|---|
IncludedPath()
Constructor.
|
IncludedPath(String jsonString)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Index> |
indexes()
Gets the paths that are chosen to be indexed by the user.
|
IncludedPath |
indexes(Collection<Index> indexes) |
String |
path()
Gets path.
|
IncludedPath |
path(String path)
Sets path.
|
get, getBoolean, getCollection, getDouble, getInt, getList, getLogger, getLong, getMap, getObject, getObjectByPath, getString, has, toJson, toJson, toObject, toStringpublic IncludedPath()
public IncludedPath(String jsonString)
jsonString - the json string that represents the included path.public String path()
public IncludedPath path(String path)
path - the path.public Collection<Index> indexes()
public IncludedPath indexes(Collection<Index> indexes)
Copyright © 2019. All rights reserved.