Uses of Interface
com.github.victools.jsonschema.generator.SchemaGeneratorConfig
-
Packages that use SchemaGeneratorConfig Package Description com.github.victools.jsonschema.generator com.github.victools.jsonschema.generator.impl -
-
Uses of SchemaGeneratorConfig in com.github.victools.jsonschema.generator
Methods in com.github.victools.jsonschema.generator that return SchemaGeneratorConfig Modifier and Type Method Description SchemaGeneratorConfig
SchemaGeneratorConfigBuilder. build()
Create a schema generator instance from the builder.Methods in com.github.victools.jsonschema.generator with parameters of type SchemaGeneratorConfig Modifier and Type Method Description void
TypeAttributeOverride. overrideTypeAttributes(com.fasterxml.jackson.databind.node.ObjectNode jsonSchemaTypeNode, com.fasterxml.classmate.ResolvedType javaType, SchemaGeneratorConfig config)
Add/remove attributes on the given JSON Schema node – this is specifically intended for attributes relating to the type in general.Constructors in com.github.victools.jsonschema.generator with parameters of type SchemaGeneratorConfig Constructor Description SchemaGenerator(SchemaGeneratorConfig config)
Constructor.SchemaGenerator(SchemaGeneratorConfig config, TypeContext context)
Constructor. -
Uses of SchemaGeneratorConfig in com.github.victools.jsonschema.generator.impl
Classes in com.github.victools.jsonschema.generator.impl that implement SchemaGeneratorConfig Modifier and Type Class Description class
SchemaGeneratorConfigImpl
Default implementation of a schema generator's configuration.Methods in com.github.victools.jsonschema.generator.impl with parameters of type SchemaGeneratorConfig Modifier and Type Method Description static com.fasterxml.jackson.databind.node.ObjectNode
AttributeCollector. collectFieldAttributes(FieldScope field, SchemaGeneratorConfig config)
Collect a field's contextual attributes (i.e.static com.fasterxml.jackson.databind.node.ObjectNode
AttributeCollector. collectMethodAttributes(MethodScope method, SchemaGeneratorConfig config)
Collect a method's contextual attributes (i.e.Constructors in com.github.victools.jsonschema.generator.impl with parameters of type SchemaGeneratorConfig Constructor Description SchemaGenerationContextImpl(SchemaGeneratorConfig generatorConfig, TypeContext typeContext)
Constructor initialising type resolution context.
-