Package io.swagger.v3.parser
-
Class Summary Class Description ObjectMapperFactory OpenAPIResolver OpenAPIResolver.Settings OpenAPIV3Parser ResolverCache A class that caches values that have been loaded so we don't have to repeat expensive operations like: 1) reading a remote URL with authorization (e.g. using RemoteURL.java) 2) reading the contents of a file into memory 3) extracting a sub object from a json/yaml tree 4) de-serializing json strings into objects