Class NoopDeprecationHandler
- java.lang.Object
-
- org.elasticsearch.index.mapper.preanalyzed.NoopDeprecationHandler
-
- All Implemented Interfaces:
org.elasticsearch.xcontent.DeprecationHandler
public class NoopDeprecationHandler extends Object implements org.elasticsearch.xcontent.DeprecationHandler
-
-
Constructor Summary
Constructors Constructor Description NoopDeprecationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidusedDeprecatedField(String s, Supplier<org.elasticsearch.xcontent.XContentLocation> supplier, String s1)voidusedDeprecatedField(String s, Supplier<org.elasticsearch.xcontent.XContentLocation> supplier, String s1, String s2)voidusedDeprecatedName(String s, Supplier<org.elasticsearch.xcontent.XContentLocation> supplier, String s1, String s2)
-
-
-
Method Detail
-
usedDeprecatedName
public void usedDeprecatedName(String s, Supplier<org.elasticsearch.xcontent.XContentLocation> supplier, String s1, String s2)
- Specified by:
usedDeprecatedNamein interfaceorg.elasticsearch.xcontent.DeprecationHandler
-
usedDeprecatedField
public void usedDeprecatedField(String s, Supplier<org.elasticsearch.xcontent.XContentLocation> supplier, String s1, String s2)
- Specified by:
usedDeprecatedFieldin interfaceorg.elasticsearch.xcontent.DeprecationHandler
-
-