Uses of Interface
io.swagger.v3.parser.extensions.JsonSchemaParserExtension
Packages that use JsonSchemaParserExtension
-
Uses of JsonSchemaParserExtension in io.swagger.v3.parser.util
Methods in io.swagger.v3.parser.util that return types with arguments of type JsonSchemaParserExtensionModifier and TypeMethodDescriptionstatic List
<JsonSchemaParserExtension> OpenAPIDeserializer.getJsonSchemaParserExtensions()
Locates extensions on the current thread class loader and then, if it differs from this class classloader (as in OSGi), locates extensions from this class classloader as well.protected static List
<JsonSchemaParserExtension> OpenAPIDeserializer.getJsonSchemaParserExtensions
(ClassLoader cl) Locates the extensions for givenClassLoader
and stores them for performance reason in an in-memory (LRU) cache.