Package org.elasticsearch.plugins.spi
Interface NamedXContentProvider
public interface NamedXContentProvider
Provides named XContent parsers.
-
Method Summary
Modifier and TypeMethodDescriptionList<org.elasticsearch.common.xcontent.NamedXContentRegistry.Entry>
-
Method Details
-
getNamedXContentParsers
List<org.elasticsearch.common.xcontent.NamedXContentRegistry.Entry> getNamedXContentParsers()- Returns:
- a list of
NamedXContentRegistry.Entry
that this plugin provides.
-