Class ScoreSort
java.lang.Object
co.elastic.clients.elasticsearch._types.ScoreSort
- All Implemented Interfaces:
SortOptionsVariant,JsonpSerializable
@JsonpDeserializable
public class ScoreSort
extends Object
implements SortOptionsVariant, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ScoreSort>Json deserializer forScoreSort -
Method Summary
Modifier and TypeMethodDescriptionSortOptions variant kind.static ScoreSortfinal SortOrderorder()API name:ordervoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.SortOptionsVariant
_toSortOptions
-
Field Details
-
_DESERIALIZER
Json deserializer forScoreSort
-
-
Method Details
-
of
-
_sortOptionsKind
SortOptions variant kind.- Specified by:
_sortOptionsKindin interfaceSortOptionsVariant
-
order
API name:order -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupScoreSortDeserializer
-