Uses of Class
org.elasticsearch.common.xcontent.XContentParser.Token
-
-
Uses of XContentParser.Token in org.elasticsearch.common.xcontent
Methods in org.elasticsearch.common.xcontent that return XContentParser.Token Modifier and Type Method Description XContentParser.TokenXContentParser. currentToken()XContentParser.TokenXContentSubParser. currentToken()XContentParser.TokenXContentParser. nextToken()XContentParser.TokenXContentSubParser. nextToken()static XContentParser.TokenXContentParser.Token. valueOf(String name)Returns the enum constant of this type with the specified name.static XContentParser.Token[]XContentParser.Token. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.common.xcontent that return types with arguments of type XContentParser.Token Modifier and Type Method Description EnumSet<XContentParser.Token>ObjectParser.ValueType. supportedTokens()Methods in org.elasticsearch.common.xcontent with parameters of type XContentParser.Token Modifier and Type Method Description static voidXContentParserUtils. ensureExpectedToken(XContentParser.Token expected, XContentParser.Token actual, Supplier<XContentLocation> location)Makes sure that provided token is of the expected typestatic voidXContentParserUtils. ensureFieldName(XContentParser parser, XContentParser.Token token, String fieldName)Makes sure that current token is of typeFIELD_NAMEand the field name is equal to the provided onestatic ObjectXContentUtils. readValue(XContentParser parser, XContentParser.Token token)Convert aXContentParser.Tokento a valuestatic voidXContentParserUtils. throwUnknownToken(XContentParser.Token token, XContentLocation location) -
Uses of XContentParser.Token in org.elasticsearch.common.xcontent.json
Methods in org.elasticsearch.common.xcontent.json that return XContentParser.Token Modifier and Type Method Description XContentParser.TokenJsonXContentParser. currentToken()XContentParser.TokenJsonXContentParser. nextToken() -
Uses of XContentParser.Token in org.elasticsearch.common.xcontent.support
Methods in org.elasticsearch.common.xcontent.support that return XContentParser.Token Modifier and Type Method Description XContentParser.TokenMapXContentParser. currentToken()XContentParser.TokenMapXContentParser. nextToken() -
Uses of XContentParser.Token in org.elasticsearch.search.aggregations.pipeline
Methods in org.elasticsearch.search.aggregations.pipeline with parameters of type XContentParser.Token Modifier and Type Method Description protected booleanBucketMetricsParser. token(XContentParser parser, String field, XContentParser.Token token, Map<String,Object> params)protected booleanExtendedStatsBucketParser. token(XContentParser parser, String field, XContentParser.Token token, Map<String,Object> params)
-