Class GeoLinePoint
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.GeoLinePoint
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GeoLinePoint extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoLinePoint.BuilderBuilder forGeoLinePoint.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GeoLinePoint>_DESERIALIZERJson deserializer forGeoLinePoint
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringfield()Required - API name:fieldstatic GeoLinePointof(java.util.function.Function<GeoLinePoint.Builder,ObjectBuilder<GeoLinePoint>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupGeoLinePointDeserializer(ObjectDeserializer<GeoLinePoint.Builder> op)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<GeoLinePoint> _DESERIALIZER
Json deserializer forGeoLinePoint
-
-
Method Detail
-
of
public static GeoLinePoint of(java.util.function.Function<GeoLinePoint.Builder,ObjectBuilder<GeoLinePoint>> fn)
-
field
public final java.lang.String field()
Required - API name:field
-
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)
-
setupGeoLinePointDeserializer
protected static void setupGeoLinePointDeserializer(ObjectDeserializer<GeoLinePoint.Builder> op)
-
-