Uses of Class
com.github.victools.jsonschema.generator.impl.DefinitionKey
-
Packages that use DefinitionKey Package Description com.github.victools.jsonschema.generator.impl -
-
Uses of DefinitionKey in com.github.victools.jsonschema.generator.impl
Methods in com.github.victools.jsonschema.generator.impl that return DefinitionKey Modifier and Type Method Description DefinitionKey
SchemaGenerationContextImpl. parseType(com.fasterxml.classmate.ResolvedType type)
Parse the given (possibly generic) type and populate this context.Methods in com.github.victools.jsonschema.generator.impl that return types with arguments of type DefinitionKey Modifier and Type Method Description Set<DefinitionKey>
SchemaGenerationContextImpl. getDefinedTypes()
Retrieve the set of all types for which a definition has been remembered in this context.Methods in com.github.victools.jsonschema.generator.impl with parameters of type DefinitionKey Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNode
SchemaGenerationContextImpl. getDefinition(DefinitionKey key)
Retrieve the previously added definition for the specified type.List<com.fasterxml.jackson.databind.node.ObjectNode>
SchemaGenerationContextImpl. getNullableReferences(DefinitionKey key)
Getter for the nodes representing nullable references to the given type.List<com.fasterxml.jackson.databind.node.ObjectNode>
SchemaGenerationContextImpl. getReferences(DefinitionKey key)
Getter for the nodes representing not-nullable references to the given type.
-