Uses of Enum
com.jayway.jsonpath.Option
Packages that use Option
Package
Description
-
Uses of Option in com.jayway.jsonpath
Fields in com.jayway.jsonpath with type parameters of type OptionModifier and TypeFieldDescriptionConfiguration.ConfigurationBuilder.options
Configuration.options
Methods in com.jayway.jsonpath that return OptionModifier and TypeMethodDescriptionstatic Option
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 OptionModifier and TypeMethodDescriptionConfiguration.getOptions()
Returns the options used by this configurationConfiguration.Defaults.options()
Returns default setOptionsMethods in com.jayway.jsonpath with parameters of type OptionModifier and TypeMethodDescriptionConfiguration.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 optionConfiguration.setOptions
(Option... options) Creates a new configuration with the provided options.Method parameters in com.jayway.jsonpath with type arguments of type OptionModifier and TypeMethodDescriptionConstructor parameters in com.jayway.jsonpath with type arguments of type OptionModifierConstructorDescriptionprivate
Configuration
(JsonProvider jsonProvider, MappingProvider mappingProvider, EnumSet<Option> options, 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 -
Uses of Option in com.jayway.jsonpath.internal.path
Methods in com.jayway.jsonpath.internal.path that return types with arguments of type Option