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