Uses of Interface
com.jayway.jsonpath.spi.mapper.MappingProvider
-
Packages that use MappingProvider Package Description com.jayway.jsonpath com.jayway.jsonpath.internal com.jayway.jsonpath.spi.mapper -
-
Uses of MappingProvider in com.jayway.jsonpath
Fields in com.jayway.jsonpath declared as MappingProvider Modifier and Type Field Description private MappingProviderConfiguration.ConfigurationBuilder. mappingProviderprivate MappingProviderConfiguration. mappingProviderMethods in com.jayway.jsonpath that return MappingProvider Modifier and Type Method Description MappingProviderConfiguration.Defaults. mappingProvider()Returns the defaultMappingProviderMappingProviderConfiguration. mappingProvider()ReturnsMappingProviderused by this configurationMethods in com.jayway.jsonpath with parameters of type MappingProvider Modifier and Type Method Description Configuration.ConfigurationBuilderConfiguration.ConfigurationBuilder. mappingProvider(MappingProvider provider)ConfigurationConfiguration. mappingProvider(MappingProvider newMappingProvider)Creates a new Configuration based on the givenMappingProviderConstructors in com.jayway.jsonpath with parameters of type MappingProvider Constructor Description Configuration(JsonProvider jsonProvider, MappingProvider mappingProvider, java.util.EnumSet<Option> options, java.util.Collection<EvaluationListener> evaluationListeners) -
Uses of MappingProvider in com.jayway.jsonpath.internal
Fields in com.jayway.jsonpath.internal declared as MappingProvider Modifier and Type Field Description private MappingProviderDefaultsImpl. mappingProviderMethods in com.jayway.jsonpath.internal that return MappingProvider Modifier and Type Method Description MappingProviderDefaultsImpl. mappingProvider() -
Uses of MappingProvider in com.jayway.jsonpath.spi.mapper
Classes in com.jayway.jsonpath.spi.mapper that implement MappingProvider Modifier and Type Class Description classGsonMappingProviderclassJacksonMappingProviderclassJsonSmartMappingProvider
-