Module org.elasticsearch.xcontent
Package org.elasticsearch.xcontent
Class FilterXContentParserWrapper
java.lang.Object
org.elasticsearch.xcontent.FilterXContentParser
org.elasticsearch.xcontent.FilterXContentParserWrapper
- All Implemented Interfaces:
Closeable,AutoCloseable,XContentParser
- Direct Known Subclasses:
CopyingXContentParser,XContentSubParser
Wraps the provided
XContentParser and delegates to it.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.XContentParser
XContentParser.NumberType, XContentParser.Token -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.xcontent.FilterXContentParser
allowDuplicateKeys, binaryValue, booleanValue, charBuffer, charBufferOrNull, close, contentType, currentName, currentToken, doubleValue, doubleValue, floatValue, floatValue, getDeprecationHandler, getRestApiVersion, getTokenLocation, getXContentRegistry, hasTextCharacters, intValue, intValue, isBooleanValue, isClosed, list, listOrderedMap, longValue, longValue, map, map, mapOrdered, mapStrings, namedObject, nextToken, numberType, numberValue, objectBytes, objectText, optimizedText, optimizedTextOrNull, shortValue, shortValue, skipChildren, text, textCharacters, textLength, textOffset, textOrNullMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.XContentParser
nextFieldName
-
Constructor Details
-
FilterXContentParserWrapper
-
-
Method Details
-
delegate
- Specified by:
delegatein classFilterXContentParser
-