Class BasicJsonPathDefaultConfiguration

  • All Implemented Interfaces:
    com.jayway.jsonpath.Configuration.Defaults

    public class BasicJsonPathDefaultConfiguration
    extends Object
    implements com.jayway.jsonpath.Configuration.Defaults
    • Field Detail

      • JSON_PROVIDER

        public static final com.jayway.jsonpath.spi.json.JsonProvider JSON_PROVIDER
      • MAPPING_PROVIDER

        public static final com.jayway.jsonpath.spi.mapper.MappingProvider MAPPING_PROVIDER
    • Constructor Detail

      • BasicJsonPathDefaultConfiguration

        public BasicJsonPathDefaultConfiguration()
    • Method Detail

      • defaultConfiguration

        public static com.jayway.jsonpath.Configuration defaultConfiguration()
      • builder

        public static com.jayway.jsonpath.Configuration.ConfigurationBuilder builder()
      • jsonProvider

        public com.jayway.jsonpath.spi.json.JsonProvider jsonProvider()
        Specified by:
        jsonProvider in interface com.jayway.jsonpath.Configuration.Defaults
      • options

        public Set<com.jayway.jsonpath.Option> options()
        Specified by:
        options in interface com.jayway.jsonpath.Configuration.Defaults
      • mappingProvider

        public com.jayway.jsonpath.spi.mapper.MappingProvider mappingProvider()
        Specified by:
        mappingProvider in interface com.jayway.jsonpath.Configuration.Defaults