Class GeoShapeFieldQuery
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.GeoShapeFieldQuery
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GeoShapeFieldQuery extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoShapeFieldQuery.BuilderBuilder forGeoShapeFieldQuery. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GeoShapeFieldQuery>_DESERIALIZERJson deserializer forGeoShapeFieldQuery -
Method Summary
Modifier and Type Method Description FieldLookupindexedShape()API name:indexed_shapestatic GeoShapeFieldQueryof(java.util.function.Function<GeoShapeFieldQuery.Builder,ObjectBuilder<GeoShapeFieldQuery>> fn)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 voidsetupGeoShapeFieldQueryDeserializer(ObjectDeserializer<GeoShapeFieldQuery.Builder> op)JsonDatashape()API name:shapejava.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forGeoShapeFieldQuery
-
-
Method Details
-
of
public static GeoShapeFieldQuery of(java.util.function.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
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupGeoShapeFieldQueryDeserializer
protected static void setupGeoShapeFieldQueryDeserializer(ObjectDeserializer<GeoShapeFieldQuery.Builder> op)
-