Interface NamedXContentProvider


public interface NamedXContentProvider
Provides named XContent parsers.
  • Method Summary

    Modifier and Type Method Description
    java.util.List<org.elasticsearch.common.xcontent.NamedXContentRegistry.Entry> getNamedXContentParsers()  
  • Method Details

    • getNamedXContentParsers

      java.util.List<org.elasticsearch.common.xcontent.NamedXContentRegistry.Entry> getNamedXContentParsers()
      Returns:
      a list of NamedXContentRegistry.Entry that this plugin provides.