Uses of Interface
io.swagger.v3.parser.extensions.JsonSchemaParserExtension
-
Packages that use JsonSchemaParserExtension Package Description io.swagger.v3.parser.util -
-
Uses of JsonSchemaParserExtension in io.swagger.v3.parser.util
Methods in io.swagger.v3.parser.util that return types with arguments of type JsonSchemaParserExtension Modifier and Type Method Description static 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 givenClassLoaderand stores them for performance reason in an in-memory (LRU) cache.
-