Class IndexField
java.lang.Object
co.elastic.clients.elasticsearch._types.mapping.IndexField
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class IndexField extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description booleanenabled()Required - API name:enabledstatic IndexFieldof(java.util.function.Function<IndexField.Builder,ObjectBuilder<IndexField>> 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 voidsetupIndexFieldDeserializer(ObjectDeserializer<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
-
-
Method Details
-
of
public static IndexField of(java.util.function.Function<IndexField.Builder,ObjectBuilder<IndexField>> fn) -
enabled
public final boolean enabled()Required - API name:enabled -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupIndexFieldDeserializer
-