Interface ObjectExtractor<C,O>
- Type Parameters:
C
- container typeO
- extracted object type (i.e. pageObject)
- All Known Implementing Classes:
ComponentPageObjectExtractor
,PageObjectExtractor
,ScriptExtractor
,WebbpmProcessScriptExtractor
public interface ObjectExtractor<C,O>
Base interface for extractors that extract sub objects (i.e. extracting from page for pageObject converters)
Supported container types are those for which either a
FileReader
or an extractor exists.- Author:
- krylov
-
Method Summary
-
Method Details
-
getContainerType
- Returns:
- class representing container type
-
extract
Extract objects from a container object- Parameters:
container
- container object- Returns:
- stream of contained objects
-