Uses of Interface
com.github.victools.jsonschema.generator.SubtypeResolver
-
Packages that use SubtypeResolver Package Description com.github.victools.jsonschema.generator -
-
Uses of SubtypeResolver in com.github.victools.jsonschema.generator
Methods in com.github.victools.jsonschema.generator that return types with arguments of type SubtypeResolver Modifier and Type Method Description List<SubtypeResolver>SchemaGeneratorGeneralConfigPart. getSubtypeResolvers()Getter for the applicable subtype resolvers.Methods in com.github.victools.jsonschema.generator with parameters of type SubtypeResolver Modifier and Type Method Description SchemaGeneratorGeneralConfigPartSchemaGeneratorGeneralConfigPart. withSubtypeResolver(SubtypeResolver subtypeResolver)Adding a subtype resolver - if it returns null for a given type, the next subtype resolver will be applied.
-