| Package | Description |
|---|---|
| io.burt.jmespath | |
| io.burt.jmespath.function | |
| io.burt.jmespath.jcf |
| Modifier and Type | Method and 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 and Description |
|---|---|
static ArgumentConstraint |
ArgumentConstraints.typeOf(JmesPathType... types)
Describes a single argument that is of one of the specified value types.
|
static ArgumentConstraint |
ArgumentConstraints.typeOf(JmesPathType type)
Describes a single argument of a specified value type.
|
| Modifier and Type | Method and Description |
|---|---|
JmesPathType |
JcfRuntime.typeOf(Object value) |
Copyright © 2016–2023. All rights reserved.