Class SetProcessor
java.lang.Object
co.elastic.clients.elasticsearch.ingest.ProcessorBase
co.elastic.clients.elasticsearch.ingest.SetProcessor
- All Implemented Interfaces:
ProcessorVariant,JsonpSerializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch.ingest.ProcessorBase
ProcessorBase.AbstractBuilder<BuilderT extends ProcessorBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SetProcessor>Json deserializer forSetProcessor -
Method Summary
Modifier and TypeMethodDescriptionProcessor variant kind.final StringcopyFrom()API name:copy_fromfinal Stringfield()Required - API name:fieldfinal BooleanAPI name:ignore_empty_valuefinal StringAPI name:media_typestatic SetProcessorfinal Booleanoverride()API name:overrideprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal JsonDatavalue()API name:valueMethods inherited from class co.elastic.clients.elasticsearch.ingest.ProcessorBase
description, if_, ignoreFailure, onFailure, serialize, setupProcessorBaseDeserializer, tag, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch.ingest.ProcessorVariant
_toProcessor
-
Field Details
-
_DESERIALIZER
Json deserializer forSetProcessor
-
-
Method Details
-
of
-
_processorKind
Processor variant kind.- Specified by:
_processorKindin interfaceProcessorVariant
-
copyFrom
API name:copy_from -
field
Required - API name:field -
ignoreEmptyValue
API name:ignore_empty_value -
mediaType
API name:media_type -
override
API name:override -
value
API name:value -
serializeInternal
- Overrides:
serializeInternalin classProcessorBase
-
setupSetProcessorDeserializer
-