Package org.elasticsearch.xcontent.smile
Class SmileXContentParser
java.lang.Object
org.elasticsearch.xcontent.support.AbstractXContentParser
org.elasticsearch.xcontent.json.JsonXContentParser
org.elasticsearch.xcontent.smile.SmileXContentParser
- All Implemented Interfaces:
Closeable,AutoCloseable,XContentParser
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.XContentParser
XContentParser.NumberType, XContentParser.Token -
Field Summary
Fields inherited from class org.elasticsearch.xcontent.support.AbstractXContentParser
DEFAULT_NUMBER_COERCE_POLICY -
Constructor Summary
ConstructorsConstructorDescriptionSmileXContentParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, com.fasterxml.jackson.core.JsonParser parser) SmileXContentParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, com.fasterxml.jackson.core.JsonParser parser, FilterPath[] include, FilterPath[] exclude) -
Method Summary
Methods inherited from class org.elasticsearch.xcontent.json.JsonXContentParser
binaryValue, charBuffer, close, currentName, currentToken, doBooleanValue, doDoubleValue, doFloatValue, doIntValue, doLongValue, doShortValue, getTokenLocation, hasTextCharacters, isClosed, nextToken, numberType, numberValue, objectBytes, objectText, skipChildren, text, textCharacters, textLength, textOffsetMethods inherited from class org.elasticsearch.xcontent.support.AbstractXContentParser
booleanValue, charBufferOrNull, doubleValue, doubleValue, floatValue, floatValue, getDeprecationHandler, getXContentRegistry, intValue, intValue, isBooleanValue, list, listOrderedMap, longValue, longValue, map, map, mapOrdered, mapStrings, namedObject, readValue, shortValue, shortValue, textOrNull
-
Constructor Details
-
SmileXContentParser
public SmileXContentParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, com.fasterxml.jackson.core.JsonParser parser) -
SmileXContentParser
public SmileXContentParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, com.fasterxml.jackson.core.JsonParser parser, FilterPath[] include, FilterPath[] exclude)
-
-
Method Details
-
contentType
- Specified by:
contentTypein interfaceXContentParser- Overrides:
contentTypein classJsonXContentParser
-
allowDuplicateKeys
public void allowDuplicateKeys(boolean allowDuplicateKeys) - Specified by:
allowDuplicateKeysin interfaceXContentParser- Overrides:
allowDuplicateKeysin classJsonXContentParser
-