Interface DocumentContentExtractorStore
public interface DocumentContentExtractorStore
Store for retrieving
IDocumentContentExtractors based on MediaType.-
Method Summary
Modifier and TypeMethodDescriptionget(org.springframework.http.MediaType mediaType) Returns theIDocumentContentExtractorfor the given media type.
-
Method Details
-
get
Returns theIDocumentContentExtractorfor the given media type.- Parameters:
mediaType- the media type to get the extractor for- Returns:
- the extractor, or
nullif no extractor is found
-