文件名称: jsonschema-generator-4.37.0.jar中文-英文对照文档.zip
<dependency>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator</artifactId>
<version>4.37.0</version>
</dependency>Gradle:
implementation group: 'com.github.victools', name: 'jsonschema-generator', version: '4.37.0'
Gradle (Short):
implementation 'com.github.victools:jsonschema-generator:4.37.0'
Gradle (Kotlin):
implementation("com.github.victools:jsonschema-generator:4.37.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.github.victools.jsonschema.generator
com.github.victools.jsonschema.generator.impl
com.github.victools.jsonschema.generator.impl.module
com.github.victools.jsonschema.generator.namingcom.github.victools.jsonschema.generator.AnnotationHelper
com.github.victools.jsonschema.generator.ConfigFunction
com.github.victools.jsonschema.generator.CustomDefinition
com.github.victools.jsonschema.generator.CustomDefinition.AttributeInclusion
com.github.victools.jsonschema.generator.CustomDefinition.DefinitionType
com.github.victools.jsonschema.generator.CustomDefinitionProvider
com.github.victools.jsonschema.generator.CustomDefinitionProviderV2
com.github.victools.jsonschema.generator.CustomPropertyDefinition
com.github.victools.jsonschema.generator.CustomPropertyDefinitionProvider
com.github.victools.jsonschema.generator.FieldScope
com.github.victools.jsonschema.generator.InstanceAttributeOverride
com.github.victools.jsonschema.generator.InstanceAttributeOverrideV2
com.github.victools.jsonschema.generator.MemberScope
com.github.victools.jsonschema.generator.MemberScope.DeclarationDetails
com.github.victools.jsonschema.generator.MethodScope
com.github.victools.jsonschema.generator.Module
com.github.victools.jsonschema.generator.Option
com.github.victools.jsonschema.generator.OptionPreset
com.github.victools.jsonschema.generator.SchemaBuilder
com.github.victools.jsonschema.generator.SchemaConstants
com.github.victools.jsonschema.generator.SchemaGenerationContext
com.github.victools.jsonschema.generator.SchemaGenerator
com.github.victools.jsonschema.generator.SchemaGeneratorConfig
com.github.victools.jsonschema.generator.SchemaGeneratorConfigBuilder
com.github.victools.jsonschema.generator.SchemaGeneratorConfigPart
com.github.victools.jsonschema.generator.SchemaGeneratorGeneralConfigPart
com.github.victools.jsonschema.generator.SchemaGeneratorTypeConfigPart
com.github.victools.jsonschema.generator.SchemaKeyword
com.github.victools.jsonschema.generator.SchemaKeyword.SchemaType
com.github.victools.jsonschema.generator.SchemaKeyword.TagContent
com.github.victools.jsonschema.generator.SchemaVersion
com.github.victools.jsonschema.generator.StatefulConfig
com.github.victools.jsonschema.generator.SubtypeResolver
com.github.victools.jsonschema.generator.TypeAttributeOverride
com.github.victools.jsonschema.generator.TypeAttributeOverrideV2
com.github.victools.jsonschema.generator.TypeContext
com.github.victools.jsonschema.generator.TypeScope
com.github.victools.jsonschema.generator.impl.AttributeCollector
com.github.victools.jsonschema.generator.impl.DefinitionKey
com.github.victools.jsonschema.generator.impl.LazyValue
com.github.victools.jsonschema.generator.impl.PropertySortUtils
com.github.victools.jsonschema.generator.impl.SchemaCleanUpUtils
com.github.victools.jsonschema.generator.impl.SchemaGenerationContextImpl
com.github.victools.jsonschema.generator.impl.SchemaGeneratorConfigImpl
com.github.victools.jsonschema.generator.impl.TypeContextFactory
com.github.victools.jsonschema.generator.impl.Util
com.github.victools.jsonschema.generator.impl.module.AdditionalPropertiesModule
com.github.victools.jsonschema.generator.impl.module.ConstantValueModule
com.github.victools.jsonschema.generator.impl.module.EnumModule
com.github.victools.jsonschema.generator.impl.module.FieldExclusionModule
com.github.victools.jsonschema.generator.impl.module.FlattenedOptionalModule
com.github.victools.jsonschema.generator.impl.module.FlattenedWrapperModule
com.github.victools.jsonschema.generator.impl.module.InlineSchemaModule
com.github.victools.jsonschema.generator.impl.module.MethodExclusionModule
com.github.victools.jsonschema.generator.impl.module.SimpleTypeModule
com.github.victools.jsonschema.generator.impl.module.SimplifiedOptionalModule
com.github.victools.jsonschema.generator.impl.module.SingleValueAsArrayModule
com.github.victools.jsonschema.generator.naming.CleanSchemaDefinitionNamingStrategy
com.github.victools.jsonschema.generator.naming.DefaultSchemaDefinitionNamingStrategy
com.github.victools.jsonschema.generator.naming.SchemaDefinitionNamingStrategy