Uses of Class
com.github.victools.jsonschema.generator.TypeContext
-
Packages that use TypeContext Package Description com.github.victools.jsonschema.generator com.github.victools.jsonschema.generator.impl -
-
Uses of TypeContext in com.github.victools.jsonschema.generator
Methods in com.github.victools.jsonschema.generator that return TypeContext Modifier and Type Method Description TypeContextTypeScope. getContext()Getter for the overall type resolution context.TypeContextSchemaGenerationContext. getTypeContext()Getter for the type resolution/introspection context in use.Methods in com.github.victools.jsonschema.generator with parameters of type TypeContext Modifier and Type Method Description CustomDefinitionCustomDefinitionProvider. provideCustomSchemaDefinition(com.fasterxml.classmate.ResolvedType javaType, TypeContext context)Deprecated.Look-up the non-standard JSON schema definition for a given type.Constructors in com.github.victools.jsonschema.generator with parameters of type TypeContext Constructor Description FieldScope(com.fasterxml.classmate.members.ResolvedField field, MemberScope.DeclarationDetails declarationDetails, com.github.victools.jsonschema.generator.MemberScope.OverrideDetails overrideDetails, TypeContext context)Constructor.MemberScope(M member, MemberScope.DeclarationDetails declarationDetails, com.github.victools.jsonschema.generator.MemberScope.OverrideDetails overrideDetails, TypeContext context)Constructor.MethodScope(com.fasterxml.classmate.members.ResolvedMethod method, MemberScope.DeclarationDetails declarationDetails, com.github.victools.jsonschema.generator.MemberScope.OverrideDetails overrideDetails, TypeContext context)Constructor.SchemaGenerator(SchemaGeneratorConfig config, TypeContext context)Constructor.TypeScope(com.fasterxml.classmate.ResolvedType type, TypeContext context)Constructor. -
Uses of TypeContext in com.github.victools.jsonschema.generator.impl
Methods in com.github.victools.jsonschema.generator.impl that return TypeContext Modifier and Type Method Description static TypeContextTypeContextFactory. createDefaultTypeContext()Deprecated.static TypeContextTypeContextFactory. createDefaultTypeContext(SchemaGeneratorConfig config)Create the defaultTypeContextwithAnnotationInclusion.INCLUDE_AND_INHERIT_IF_INHERITED.
This is equivalent to calling:TypeContextFactory.createTypeContext(AnnotationInclusion.INCLUDE_AND_INHERIT_IF_INHERITED)static TypeContextTypeContextFactory. createTypeContext(com.fasterxml.classmate.AnnotationConfiguration annotationConfig)Deprecated.static TypeContextTypeContextFactory. createTypeContext(com.fasterxml.classmate.AnnotationConfiguration annotationConfig, SchemaGeneratorConfig config)Create the aTypeContextwith the givenAnnotationConfiguration.static TypeContextTypeContextFactory. createTypeContext(com.fasterxml.classmate.AnnotationInclusion annotationInclusion)Deprecated.static TypeContextTypeContextFactory. createTypeContext(com.fasterxml.classmate.AnnotationInclusion annotationInclusion, SchemaGeneratorConfig config)Create the aTypeContextwith the givenAnnotationInclusion.TypeContextSchemaGenerationContextImpl. getTypeContext()Constructors in com.github.victools.jsonschema.generator.impl with parameters of type TypeContext Constructor Description SchemaGenerationContextImpl(SchemaGeneratorConfig generatorConfig, TypeContext typeContext)Constructor initialising type resolution context.
-