Class NoopDeprecationHandler

  • All Implemented Interfaces:
    org.elasticsearch.xcontent.DeprecationHandler

    public class NoopDeprecationHandler
    extends Object
    implements org.elasticsearch.xcontent.DeprecationHandler
    • Constructor Detail

      • NoopDeprecationHandler

        public NoopDeprecationHandler()
    • Method Detail

      • usedDeprecatedName

        public void usedDeprecatedName​(String s,
                                       Supplier<org.elasticsearch.xcontent.XContentLocation> supplier,
                                       String s1,
                                       String s2)
        Specified by:
        usedDeprecatedName in interface org.elasticsearch.xcontent.DeprecationHandler
      • usedDeprecatedField

        public void usedDeprecatedField​(String s,
                                        Supplier<org.elasticsearch.xcontent.XContentLocation> supplier,
                                        String s1,
                                        String s2)
        Specified by:
        usedDeprecatedField in interface org.elasticsearch.xcontent.DeprecationHandler
      • usedDeprecatedField

        public void usedDeprecatedField​(String s,
                                        Supplier<org.elasticsearch.xcontent.XContentLocation> supplier,
                                        String s1)
        Specified by:
        usedDeprecatedField in interface org.elasticsearch.xcontent.DeprecationHandler