Uses of Class
com.jayway.jsonpath.Option
-
Packages that use Option Package Description com.jayway.jsonpath com.jayway.jsonpath.internal com.jayway.jsonpath.internal.path -
-
Uses of Option in com.jayway.jsonpath
Fields in com.jayway.jsonpath with type parameters of type Option Modifier and Type Field Description private java.util.EnumSet<Option>Configuration.ConfigurationBuilder. optionsprivate java.util.Set<Option>Configuration. optionsMethods in com.jayway.jsonpath that return Option Modifier and Type Method Description static OptionOption. valueOf(java.lang.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.Methods in com.jayway.jsonpath that return types with arguments of type Option Modifier and Type Method Description java.util.Set<Option>Configuration. getOptions()Returns the options used by this configurationjava.util.Set<Option>Configuration.Defaults. options()Returns default setOptionsMethods in com.jayway.jsonpath with parameters of type Option Modifier and Type Method Description ConfigurationConfiguration. addOptions(Option... options)Creates a new configuration by adding the new options to the options used in this configuration.booleanConfiguration. containsOption(Option option)Check if this configuration contains the given optionConfiguration.ConfigurationBuilderConfiguration.ConfigurationBuilder. options(Option... flags)ConfigurationConfiguration. setOptions(Option... options)Creates a new configuration with the provided options.Method parameters in com.jayway.jsonpath with type arguments of type Option Modifier and Type Method Description Configuration.ConfigurationBuilderConfiguration.ConfigurationBuilder. options(java.util.Set<Option> options)Constructor parameters in com.jayway.jsonpath with type arguments of type Option Constructor Description Configuration(JsonProvider jsonProvider, MappingProvider mappingProvider, java.util.EnumSet<Option> options, java.util.Collection<EvaluationListener> evaluationListeners) -
Uses of Option in com.jayway.jsonpath.internal
Methods in com.jayway.jsonpath.internal that return types with arguments of type Option Modifier and Type Method Description java.util.Set<Option>DefaultsImpl. options() -
Uses of Option in com.jayway.jsonpath.internal.path
Methods in com.jayway.jsonpath.internal.path that return types with arguments of type Option Modifier and Type Method Description java.util.Set<Option>EvaluationContextImpl. options()
-