Package | Description |
---|---|
com.jayway.jsonpath | |
com.jayway.jsonpath.internal | |
com.jayway.jsonpath.internal.path |
Modifier and Type | Method and Description |
---|---|
static Option |
Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Option[] |
Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Option> |
Configuration.getOptions()
Returns the options used by this configuration
|
Set<Option> |
Configuration.Defaults.options()
Returns default setOptions
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.addOptions(Option... options)
Creates a new configuration by adding the new options to the options used in this configuration.
|
boolean |
Configuration.containsOption(Option option)
Check if this configuration contains the given option
|
Configuration.ConfigurationBuilder |
Configuration.ConfigurationBuilder.options(Option... flags) |
Configuration |
Configuration.setOptions(Option... options)
Creates a new configuration with the provided options.
|
Modifier and Type | Method and Description |
---|---|
Configuration.ConfigurationBuilder |
Configuration.ConfigurationBuilder.options(Set<Option> options) |
Modifier and Type | Method and Description |
---|---|
Set<Option> |
DefaultsImpl.options() |
Modifier and Type | Method and Description |
---|---|
Set<Option> |
EvaluationContextImpl.options() |
Copyright © 2016. All rights reserved.