public class KeyPath extends Object
| Constructor and Description |
|---|
KeyPath() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArray()
Array value.
|
String |
getString()
String value.
|
KeyPathType |
getType()
Key path type.
|
void |
setArray(List<String> array)
Array value.
|
void |
setString(String string)
String value.
|
void |
setType(KeyPathType type)
Key path type.
|
public KeyPathType getType()
public void setType(KeyPathType type)
public String getString()
public void setString(String string)
Copyright © 2020. All rights reserved.