文件名称: rest-assured-common-5.5.1.jar中文-英文对照文档.zip
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured-common</artifactId>
<version>5.5.1</version>
</dependency>Gradle:
implementation group: 'io.rest-assured', name: 'rest-assured-common', version: '5.5.1'
Gradle (Short):
implementation 'io.rest-assured:rest-assured-common:5.5.1'
Gradle (Kotlin):
implementation("io.rest-assured:rest-assured-common:5.5.1")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
io.restassured.common.exception
io.restassured.common.mapper
io.restassured.common.mapper.factory
io.restassured.common.mapper.resolver
io.restassured.internal.common
io.restassured.internal.common.assertion
io.restassured.internal.common.classpath
io.restassured.internal.common.pathio.restassured.common.exception.PathException
io.restassured.common.mapper.DataToDeserialize
io.restassured.common.mapper.ObjectDeserializationContext
io.restassured.common.mapper.TypeRef
io.restassured.common.mapper.factory.ObjectMapperFactory
io.restassured.common.mapper.resolver.ObjectMapperResolver
io.restassured.internal.common.ObjectDeserializationContextImpl
io.restassured.internal.common.assertion.AssertParameter
io.restassured.internal.common.assertion.Assertion
io.restassured.internal.common.assertion.AssertionSupport
io.restassured.internal.common.assertion.EndToEndQuoteFragmentEscaper
io.restassured.internal.common.assertion.GetAtPathFragmentEscaper
io.restassured.internal.common.assertion.HyphenQuoteFragmentEscaper
io.restassured.internal.common.assertion.PathFragmentEscaper
io.restassured.internal.common.classpath.ClassPathResolver
io.restassured.internal.common.path.ObjectConverter