文件名称: config-1.4.1.jar中文-英文对照文档.zip
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.4.1</version>
</dependency>Gradle:
implementation group: 'com.typesafe', name: 'config', version: '1.4.1'
Gradle (Short):
implementation 'com.typesafe:config:1.4.1'
Gradle (Kotlin):
implementation("com.typesafe:config:1.4.1")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.typesafe.config
com.typesafe.config.impl
com.typesafe.config.parsercom.typesafe.config.Config
com.typesafe.config.ConfigBeanFactory
com.typesafe.config.ConfigException
com.typesafe.config.ConfigException.BadBean
com.typesafe.config.ConfigException.BadPath
com.typesafe.config.ConfigException.BadValue
com.typesafe.config.ConfigException.BugOrBroken
com.typesafe.config.ConfigException.Generic
com.typesafe.config.ConfigException.IO
com.typesafe.config.ConfigException.Missing
com.typesafe.config.ConfigException.NotResolved
com.typesafe.config.ConfigException.Null
com.typesafe.config.ConfigException.Parse
com.typesafe.config.ConfigException.UnresolvedSubstitution
com.typesafe.config.ConfigException.ValidationFailed
com.typesafe.config.ConfigException.ValidationProblem
com.typesafe.config.ConfigException.WrongType
com.typesafe.config.ConfigFactory
com.typesafe.config.ConfigIncludeContext
com.typesafe.config.ConfigIncluder
com.typesafe.config.ConfigIncluderClasspath
com.typesafe.config.ConfigIncluderFile
com.typesafe.config.ConfigIncluderURL
com.typesafe.config.ConfigList
com.typesafe.config.ConfigLoadingStrategy
com.typesafe.config.ConfigMemorySize
com.typesafe.config.ConfigMergeable
com.typesafe.config.ConfigObject
com.typesafe.config.ConfigOrigin
com.typesafe.config.ConfigOriginFactory
com.typesafe.config.ConfigParseOptions
com.typesafe.config.ConfigParseable
com.typesafe.config.ConfigRenderOptions
com.typesafe.config.ConfigResolveOptions
com.typesafe.config.ConfigResolver
com.typesafe.config.ConfigSyntax
com.typesafe.config.ConfigUtil
com.typesafe.config.ConfigValue
com.typesafe.config.ConfigValueFactory
com.typesafe.config.ConfigValueType
com.typesafe.config.DefaultConfigLoadingStrategy
com.typesafe.config.Optional
com.typesafe.config.impl.ConfigBeanImpl
com.typesafe.config.impl.ConfigImpl
com.typesafe.config.impl.ConfigImplUtil
com.typesafe.config.impl.Parseable
com.typesafe.config.impl.Parseable.Relativizer
com.typesafe.config.parser.ConfigDocument
com.typesafe.config.parser.ConfigDocumentFactory
com.typesafe.config.parser.ConfigNode