Class GeoShapeFieldQuery
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.GeoShapeFieldQuery
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GeoShapeFieldQuery>Json deserializer forGeoShapeFieldQuery -
Method Summary
Modifier and TypeMethodDescriptionfinal FieldLookupAPI name:indexed_shapestatic GeoShapeFieldQueryfinal 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 forGeoShapeFieldQuery
-
-
Method Details
-
of
public static GeoShapeFieldQuery of(Function<GeoShapeFieldQuery.Builder, ObjectBuilder<GeoShapeFieldQuery>> fn) -
shape
API name:shape -
indexedShape
API name:indexed_shape -
relation
API name:relation -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGeoShapeFieldQueryDeserializer
protected static void setupGeoShapeFieldQueryDeserializer(ObjectDeserializer<GeoShapeFieldQuery.Builder> op)
-