Class GeoPolygonPoints
- java.lang.Object
-
- org.opensearch.client.opensearch._types.query_dsl.GeoPolygonPoints
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GeoPolygonPointsof(java.util.function.Function<GeoPolygonPoints.Builder,ObjectBuilder<GeoPolygonPoints>> fn)java.util.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 voidsetupGeoPolygonPointsDeserializer(ObjectDeserializer<GeoPolygonPoints.Builder> op)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<GeoPolygonPoints> _DESERIALIZER
Json deserializer forGeoPolygonPoints
-
-
Method Detail
-
of
public static GeoPolygonPoints of(java.util.function.Function<GeoPolygonPoints.Builder,ObjectBuilder<GeoPolygonPoints>> fn)
-
points
public final java.util.List<GeoLocation> points()
Required - API name:points
-
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)
-
setupGeoPolygonPointsDeserializer
protected static void setupGeoPolygonPointsDeserializer(ObjectDeserializer<GeoPolygonPoints.Builder> op)
-
-