Class GeoHashLocation
- java.lang.Object
-
- org.opensearch.client.opensearch._types.GeoHashLocation
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GeoHashLocation extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoHashLocation.BuilderBuilder forGeoHashLocation.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GeoHashLocation>_DESERIALIZERJson deserializer forGeoHashLocation
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringgeohash()Required - API name:geohashstatic GeoHashLocationof(java.util.function.Function<GeoHashLocation.Builder,ObjectBuilder<GeoHashLocation>> 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 voidsetupGeoHashLocationDeserializer(ObjectDeserializer<GeoHashLocation.Builder> op)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<GeoHashLocation> _DESERIALIZER
Json deserializer forGeoHashLocation
-
-
Method Detail
-
of
public static GeoHashLocation of(java.util.function.Function<GeoHashLocation.Builder,ObjectBuilder<GeoHashLocation>> fn)
-
geohash
public final java.lang.String geohash()
Required - API name:geohash
-
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)
-
setupGeoHashLocationDeserializer
protected static void setupGeoHashLocationDeserializer(ObjectDeserializer<GeoHashLocation.Builder> op)
-
-