Uses of Class
com.github.victools.jsonschema.generator.impl.SchemaGenerationContextImpl
-
Packages that use SchemaGenerationContextImpl Package Description com.github.victools.jsonschema.generator.impl -
-
Uses of SchemaGenerationContextImpl in com.github.victools.jsonschema.generator.impl
Methods in com.github.victools.jsonschema.generator.impl that return SchemaGenerationContextImpl Modifier and Type Method Description SchemaGenerationContextImplSchemaGenerationContextImpl. addReference(com.fasterxml.classmate.ResolvedType javaType, com.fasterxml.jackson.databind.node.ObjectNode referencingNode, CustomDefinitionProviderV2 ignoredDefinitionProvider, boolean isNullable)Remember for the specified type that the given node is supposed to either include or reference the type's associated schema.
-