文件名称: uri-template-0.10.jar中文-英文对照文档.zip
<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>uri-template</artifactId>
<version>0.10</version>
</dependency>Gradle:
implementation group: 'com.github.java-json-tools', name: 'uri-template', version: '0.10'
Gradle (Short):
implementation 'com.github.java-json-tools:uri-template:0.10'
Gradle (Kotlin):
implementation("com.github.java-json-tools:uri-template:0.10")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.github.fge.uritemplate
com.github.fge.uritemplate.expression
com.github.fge.uritemplate.parse
com.github.fge.uritemplate.render
com.github.fge.uritemplate.vars
com.github.fge.uritemplate.vars.specs
com.github.fge.uritemplate.vars.valuescom.github.fge.uritemplate.URITemplate
com.github.fge.uritemplate.URITemplateException
com.github.fge.uritemplate.URITemplateMessageBundle
com.github.fge.uritemplate.URITemplateParseException
com.github.fge.uritemplate.expression.ExpressionType
com.github.fge.uritemplate.expression.TemplateExpression
com.github.fge.uritemplate.expression.TemplateLiteral
com.github.fge.uritemplate.expression.URITemplateExpression
com.github.fge.uritemplate.parse.URITemplateParser
com.github.fge.uritemplate.render.ListRenderer
com.github.fge.uritemplate.render.MapRenderer
com.github.fge.uritemplate.render.MultiValueRenderer
com.github.fge.uritemplate.render.StringRenderer
com.github.fge.uritemplate.render.ValueRenderer
com.github.fge.uritemplate.vars.VariableMap
com.github.fge.uritemplate.vars.VariableMapBuilder
com.github.fge.uritemplate.vars.specs.ExplodedVariable
com.github.fge.uritemplate.vars.specs.PrefixVariable
com.github.fge.uritemplate.vars.specs.SimpleVariable
com.github.fge.uritemplate.vars.specs.VariableSpec
com.github.fge.uritemplate.vars.specs.VariableSpecType
com.github.fge.uritemplate.vars.values.ListValue
com.github.fge.uritemplate.vars.values.ListValue.Builder
com.github.fge.uritemplate.vars.values.MapValue
com.github.fge.uritemplate.vars.values.MapValue.Builder
com.github.fge.uritemplate.vars.values.ScalarValue
com.github.fge.uritemplate.vars.values.ValueType
com.github.fge.uritemplate.vars.values.VariableValue