Class CoreContentNameSearchSectionSpecsProvider
java.lang.Object
com.atlassian.confluence.internal.search.contentnames.v2.CoreContentNameSearchSectionSpecsProvider
- All Implemented Interfaces:
Supplier<Map<Category,
ContentNameSearchSectionSpec>>
public class CoreContentNameSearchSectionSpecsProvider
extends Object
implements Supplier<Map<Category,ContentNameSearchSectionSpec>>
Provides the core
ContentNameSearchSectionSpec
.- Since:
- 6.7
-
Constructor Summary
ConstructorsConstructorDescriptionCoreContentNameSearchSectionSpecsProvider
(Function<SearchResult, ContentNameMatch> defaultSearchResultTransformer) -
Method Summary
-
Constructor Details
-
CoreContentNameSearchSectionSpecsProvider
public CoreContentNameSearchSectionSpecsProvider(Function<SearchResult, ContentNameMatch> defaultSearchResultTransformer)
-
-
Method Details
-
get
- Specified by:
get
in interfaceSupplier<Map<Category,
ContentNameSearchSectionSpec>>
-