| Package | Description |
|---|---|
| io.burt.jmespath | |
| io.burt.jmespath.function | |
| io.burt.jmespath.jcf |
| Modifier and Type | Method | Description |
|---|---|---|
JmesPathType |
Adapter.typeOf(T value) |
Returns the JSON type of the argument.
|
static JmesPathType |
JmesPathType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static JmesPathType[] |
JmesPathType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ArgumentConstraint |
ArgumentConstraints.typeOf(JmesPathType type) |
Describes a single argument of a specified value type.
|
static ArgumentConstraint |
ArgumentConstraints.typeOf(JmesPathType... types) |
Describes a single argument that is of one of the specified value types.
|
| Modifier and Type | Method | Description |
|---|---|---|
JmesPathType |
JcfRuntime.typeOf(Object value) |
Copyright © 2016–2019. All rights reserved.