Class OpenApiOrAsyncApiContentExtractor
- java.lang.Object
-
- io.apicurio.registry.content.extract.OpenApiOrAsyncApiContentExtractor
-
- All Implemented Interfaces:
ContentExtractor
@ApplicationScoped public class OpenApiOrAsyncApiContentExtractor extends Object implements ContentExtractor
Performs meta-data extraction for OpenAPI content.- Author:
- eric.wittmann@gmail.com
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtractedMetaDataextract(ContentHandle content)Extract metadata from content.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.apicurio.registry.content.extract.ContentExtractor
isExtracted
-
-
-
-
Method Detail
-
extract
public ExtractedMetaData extract(ContentHandle content)
Description copied from interface:ContentExtractorExtract metadata from content. Return null if no content is extracted.- Specified by:
extractin interfaceContentExtractor- Parameters:
content- the content- Returns:
- extracted metadata or null if none
-
-