Class ShapeFieldQuery
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.ShapeFieldQuery
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ShapeFieldQuery>Json deserializer forShapeFieldQuery -
Method Summary
Modifier and TypeMethodDescriptionfinal FieldLookupAPI name:indexed_shapestatic ShapeFieldQueryfinal GeoShapeRelationrelation()API name:relationvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal JsonDatashape()API name:shapetoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forShapeFieldQuery
-
-
Method Details
-
of
public static ShapeFieldQuery of(Function<ShapeFieldQuery.Builder, ObjectBuilder<ShapeFieldQuery>> fn) -
indexedShape
API name:indexed_shape -
relation
API name:relation -
shape
API name:shape -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupShapeFieldQueryDeserializer
protected static void setupShapeFieldQueryDeserializer(ObjectDeserializer<ShapeFieldQuery.Builder> op)
-