Class GeoShapeFieldQuery
- java.lang.Object
-
- org.opensearch.client.opensearch._types.query_dsl.GeoShapeFieldQuery
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GeoShapeFieldQuery extends java.lang.Object implements JsonpSerializable
-
-
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
All Methods Static Methods Instance Methods Concrete Methods 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:shape
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<GeoShapeFieldQuery> _DESERIALIZER
Json deserializer forGeoShapeFieldQuery
-
-
Method Detail
-
of
public static GeoShapeFieldQuery of(java.util.function.Function<GeoShapeFieldQuery.Builder,ObjectBuilder<GeoShapeFieldQuery>> fn)
-
shape
@Nullable public final JsonData shape()
API name:shape
-
indexedShape
@Nullable public final FieldLookup indexedShape()
API name:indexed_shape
-
relation
@Nullable public final GeoShapeRelation relation()
API name:relation
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupGeoShapeFieldQueryDeserializer
protected static void setupGeoShapeFieldQueryDeserializer(ObjectDeserializer<GeoShapeFieldQuery.Builder> op)
-
-