Class FieldLookup
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.FieldLookup
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class FieldLookup extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldLookup.BuilderBuilder forFieldLookup. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<FieldLookup>_DESERIALIZERJson deserializer forFieldLookup -
Constructor Summary
Constructors Constructor Description FieldLookup(FieldLookup.Builder builder)FieldLookup(java.util.function.Function<FieldLookup.Builder,FieldLookup.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Stringid()Required - API name:idjava.lang.Stringindex()API name:indexjava.lang.Stringpath()API name:pathjava.lang.Stringrouting()API name:routingvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupFieldLookupDeserializer(DelegatingDeserializer<FieldLookup.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 forFieldLookup
-
-
Constructor Details
-
FieldLookup
-
FieldLookup
-
-
Method Details
-
id
public java.lang.String id()Required - API name:id -
index
@Nullable public java.lang.String index()API name:index -
path
@Nullable public java.lang.String path()API name:path -
routing
@Nullable public java.lang.String routing()API name:routing -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupFieldLookupDeserializer
-