Uses of Interface
com.github.victools.jsonschema.generator.SchemaGenerationContext
-
Packages that use SchemaGenerationContext Package Description com.github.victools.jsonschema.generator com.github.victools.jsonschema.generator.impl -
-
Uses of SchemaGenerationContext in com.github.victools.jsonschema.generator
Methods in com.github.victools.jsonschema.generator with parameters of type SchemaGenerationContext Modifier and Type Method Description CustomDefinition
SchemaGeneratorConfig. getCustomDefinition(com.fasterxml.classmate.ResolvedType javaType, SchemaGenerationContext context, CustomDefinitionProviderV2 ignoredDefinitionProvider)
Look-up the non-standard JSON schema definition for a given type.default CustomDefinition
CustomDefinitionProvider. provideCustomSchemaDefinition(com.fasterxml.classmate.ResolvedType javaType, SchemaGenerationContext context)
Deprecated.CustomDefinition
CustomDefinitionProviderV2. provideCustomSchemaDefinition(com.fasterxml.classmate.ResolvedType javaType, SchemaGenerationContext context)
Look-up the non-standard JSON schema definition for a given type. -
Uses of SchemaGenerationContext in com.github.victools.jsonschema.generator.impl
Classes in com.github.victools.jsonschema.generator.impl that implement SchemaGenerationContext Modifier and Type Class Description class
SchemaGenerationContextImpl
Generation context in which to collect definitions of traversed types and remember where they are being referenced.Methods in com.github.victools.jsonschema.generator.impl with parameters of type SchemaGenerationContext Modifier and Type Method Description CustomDefinition
SchemaGeneratorConfigImpl. getCustomDefinition(com.fasterxml.classmate.ResolvedType javaType, SchemaGenerationContext context, CustomDefinitionProviderV2 ignoredDefinitionProvider)
-