Class ShapeFieldQuery
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.ShapeFieldQuery
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ShapeFieldQuery extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShapeFieldQuery.BuilderBuilder forShapeFieldQuery. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ShapeFieldQuery>_DESERIALIZERJson deserializer forShapeFieldQuery -
Method Summary
Modifier and Type Method Description FieldLookupindexedShape()API name:indexed_shapestatic ShapeFieldQueryof(java.util.function.Function<ShapeFieldQuery.Builder,ObjectBuilder<ShapeFieldQuery>> 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 voidsetupShapeFieldQueryDeserializer(ObjectDeserializer<ShapeFieldQuery.Builder> op)JsonDatashape()API name:shapeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forShapeFieldQuery
-
-
Method Details
-
of
public static ShapeFieldQuery of(java.util.function.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
-
setupShapeFieldQueryDeserializer
protected static void setupShapeFieldQueryDeserializer(ObjectDeserializer<ShapeFieldQuery.Builder> op)
-