Package | Description |
---|---|
com.jayway.jsonpath |
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() |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.options(Option... options) |
Configuration.ConfigurationBuilder |
Configuration.ConfigurationBuilder.options(Option... flags) |
Modifier and Type | Method and Description |
---|---|
Configuration.ConfigurationBuilder |
Configuration.ConfigurationBuilder.options(Set<Option> options) |
Copyright © 2011–2014. All rights reserved.