Class FieldAndFormat
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.FieldAndFormat
- All Implemented Interfaces:
JsonpSerializable
A reference to a field with formatting instructions on how to return the
value
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FieldAndFormat>Json deserializer forFieldAndFormat -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringfield()Required - Wildcard pattern.final Stringformat()Format in which the values are returned.final BooleanAPI name:include_unmappedstatic FieldAndFormatvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forFieldAndFormat
-
-
Method Details
-
of
-
field
Required - Wildcard pattern. The request returns values for field names matching this pattern.API name:
field -
format
Format in which the values are returned.API name:
format -
includeUnmapped
API name:include_unmapped -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFieldAndFormatDeserializer
protected static void setupFieldAndFormatDeserializer(ObjectDeserializer<FieldAndFormat.Builder> op)
-