Uses of Interface
com.jayway.jsonpath.spi.json.JsonProvider
-
Packages that use JsonProvider Package Description com.jayway.jsonpath com.jayway.jsonpath.internal com.jayway.jsonpath.internal.path com.jayway.jsonpath.spi.json -
-
Uses of JsonProvider in com.jayway.jsonpath
Fields in com.jayway.jsonpath declared as JsonProvider Modifier and Type Field Description private JsonProviderConfiguration.ConfigurationBuilder. jsonProviderprivate JsonProviderConfiguration. jsonProviderMethods in com.jayway.jsonpath that return JsonProvider Modifier and Type Method Description JsonProviderConfiguration.Defaults. jsonProvider()Returns the defaultJsonProviderJsonProviderConfiguration. jsonProvider()ReturnsJsonProviderused by this configurationMethods in com.jayway.jsonpath with parameters of type JsonProvider Modifier and Type Method Description Configuration.ConfigurationBuilderConfiguration.ConfigurationBuilder. jsonProvider(JsonProvider provider)ConfigurationConfiguration. jsonProvider(JsonProvider newJsonProvider)Creates a new Configuration based on the givenJsonProviderstatic ParseContextJsonPath. using(JsonProvider provider)Deprecated.Constructors in com.jayway.jsonpath with parameters of type JsonProvider Constructor Description Configuration(JsonProvider jsonProvider, MappingProvider mappingProvider, java.util.EnumSet<Option> options, java.util.Collection<EvaluationListener> evaluationListeners) -
Uses of JsonProvider in com.jayway.jsonpath.internal
Methods in com.jayway.jsonpath.internal that return JsonProvider Modifier and Type Method Description JsonProviderDefaultsImpl. jsonProvider() -
Uses of JsonProvider in com.jayway.jsonpath.internal.path
Methods in com.jayway.jsonpath.internal.path that return JsonProvider Modifier and Type Method Description JsonProviderEvaluationContextImpl. jsonProvider() -
Uses of JsonProvider in com.jayway.jsonpath.spi.json
Classes in com.jayway.jsonpath.spi.json that implement JsonProvider Modifier and Type Class Description classAbstractJsonProviderclassGsonJsonProviderclassJacksonJsonNodeJsonProviderclassJacksonJsonProviderclassJsonSmartJsonProvider
-