Class GeoPolygonPoints
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.GeoPolygonPoints
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class GeoPolygonPoints extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoPolygonPoints.BuilderBuilder forGeoPolygonPoints. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GeoPolygonPoints>_DESERIALIZERJson deserializer forGeoPolygonPoints -
Constructor Summary
Constructors Constructor Description GeoPolygonPoints(GeoPolygonPoints.Builder builder)GeoPolygonPoints(java.util.function.Function<GeoPolygonPoints.Builder,GeoPolygonPoints.Builder> fn) -
Method Summary
Modifier and Type Method Description java.util.List<jakarta.json.JsonValue>points()Required - API name:pointsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupGeoPolygonPointsDeserializer(DelegatingDeserializer<GeoPolygonPoints.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forGeoPolygonPoints
-
-
Constructor Details
-
GeoPolygonPoints
-
GeoPolygonPoints
public GeoPolygonPoints(java.util.function.Function<GeoPolygonPoints.Builder,GeoPolygonPoints.Builder> fn)
-
-
Method Details
-
points
public java.util.List<jakarta.json.JsonValue> points()Required - API name:points -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupGeoPolygonPointsDeserializer
protected static void setupGeoPolygonPointsDeserializer(DelegatingDeserializer<GeoPolygonPoints.Builder> op)
-