Class GeoLineSort
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.GeoLineSort
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class GeoLineSort extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoLineSort.BuilderBuilder forGeoLineSort. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GeoLineSort>_DESERIALIZERJson deserializer forGeoLineSort -
Constructor Summary
Constructors Constructor Description GeoLineSort(GeoLineSort.Builder builder)GeoLineSort(java.util.function.Function<GeoLineSort.Builder,GeoLineSort.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Stringfield()Required - API name:fieldvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupGeoLineSortDeserializer(DelegatingDeserializer<GeoLineSort.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 forGeoLineSort
-
-
Constructor Details
-
GeoLineSort
-
GeoLineSort
-
-
Method Details
-
field
public java.lang.String field()Required - API name:field -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupGeoLineSortDeserializer
-