Interface Extractor2Provider
-
- All Known Implementing Classes:
DefaultExtractor2Provider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Internal @FunctionalInterface public interface Extractor2Provider
Provides list ofExtractor2
.- Since:
- 7.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Extractor2>
get(SearchIndex searchIndex, boolean requiresLatestVersion)
-
-
-
Method Detail
-
get
List<Extractor2> get(SearchIndex searchIndex, boolean requiresLatestVersion)
-
-