Class GeoPolygonPoints
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.GeoPolygonPoints
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GeoPolygonPoints>Json deserializer forGeoPolygonPoints -
Method Summary
Modifier and TypeMethodDescriptionstatic GeoPolygonPointsfinal List<GeoLocation>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 voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forGeoPolygonPoints
-
-
Method Details
-
of
public static GeoPolygonPoints of(Function<GeoPolygonPoints.Builder, ObjectBuilder<GeoPolygonPoints>> fn) -
points
Required - API name:points -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGeoPolygonPointsDeserializer
protected static void setupGeoPolygonPointsDeserializer(ObjectDeserializer<GeoPolygonPoints.Builder> op)
-