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 coreContentNameSearchSectionSpec
.- Since:
- 6.7
-
-
Constructor Summary
Constructors Constructor Description CoreContentNameSearchSectionSpecsProvider(Function<SearchResult,ContentNameMatch> defaultSearchResultTransformer)
-
-
-
Constructor Detail
-
CoreContentNameSearchSectionSpecsProvider
public CoreContentNameSearchSectionSpecsProvider(Function<SearchResult,ContentNameMatch> defaultSearchResultTransformer)
-
-
Method Detail
-
get
public Map<Category,ContentNameSearchSectionSpec> get()
- Specified by:
get
in interfaceSupplier<Map<Category,ContentNameSearchSectionSpec>>
-
-