Uses of Interface
com.github.victools.jsonschema.generator.SubtypeResolver
Packages that use SubtypeResolver
-
Uses of SubtypeResolver in com.github.victools.jsonschema.generator
Methods in com.github.victools.jsonschema.generator that return types with arguments of type SubtypeResolverModifier and TypeMethodDescriptionSchemaGeneratorGeneralConfigPart.getSubtypeResolvers()Getter for the applicable subtype resolvers.Methods in com.github.victools.jsonschema.generator with parameters of type SubtypeResolverModifier and TypeMethodDescriptionSchemaGeneratorGeneralConfigPart.withSubtypeResolver(SubtypeResolver subtypeResolver) Adding a subtype resolver - if it returns null for a given type, the next subtype resolver will be applied.