Interface NamedXContentProvider


public interface NamedXContentProvider
Provides named XContent parsers.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<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.