Uses of Interface
com.github.victools.jsonschema.generator.CustomDefinitionProviderV2
-
Packages that use CustomDefinitionProviderV2 Package Description com.github.victools.jsonschema.generator com.github.victools.jsonschema.generator.impl -
-
Uses of CustomDefinitionProviderV2 in com.github.victools.jsonschema.generator
Subinterfaces of CustomDefinitionProviderV2 in com.github.victools.jsonschema.generator Modifier and Type Interface Description interface
CustomDefinitionProvider
Deprecated.useCustomDefinitionProviderV2
insteadMethods in com.github.victools.jsonschema.generator that return types with arguments of type CustomDefinitionProviderV2 Modifier and Type Method Description List<CustomDefinitionProviderV2>
SchemaGeneratorGeneralConfigPart. getCustomDefinitionProviders()
Getter for the applicable custom definition provider.Methods in com.github.victools.jsonschema.generator with parameters of type CustomDefinitionProviderV2 Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNode
SchemaGenerationContext. createStandardDefinition(com.fasterxml.classmate.ResolvedType targetType, CustomDefinitionProviderV2 ignoredDefinitionProvider)
Create an inline definition for the given targetType.CustomDefinition
SchemaGeneratorConfig. getCustomDefinition(com.fasterxml.classmate.ResolvedType javaType, SchemaGenerationContext context, CustomDefinitionProviderV2 ignoredDefinitionProvider)
Look-up the non-standard JSON schema definition for a given type.SchemaGeneratorConfigBuilder
SchemaGeneratorConfigBuilder. with(CustomDefinitionProviderV2 definitionProvider)
Adding a custom schema provider – if it returns null for a given type, the next definition provider will be applied.SchemaGeneratorGeneralConfigPart
SchemaGeneratorGeneralConfigPart. withCustomDefinitionProvider(CustomDefinitionProviderV2 definitionProvider)
Adding a custom schema provider – if it returns null for a given type, the next definition provider will be applied. -
Uses of CustomDefinitionProviderV2 in com.github.victools.jsonschema.generator.impl
Methods in com.github.victools.jsonschema.generator.impl with parameters of type CustomDefinitionProviderV2 Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNode
SchemaGenerationContextImpl. createStandardDefinition(com.fasterxml.classmate.ResolvedType targetType, CustomDefinitionProviderV2 ignoredDefinitionProvider)
CustomDefinition
SchemaGeneratorConfigImpl. getCustomDefinition(com.fasterxml.classmate.ResolvedType javaType, SchemaGenerationContext context, CustomDefinitionProviderV2 ignoredDefinitionProvider)
-