Class DotExpanderProcessor
java.lang.Object
co.elastic.clients.elasticsearch.ingest.ProcessorBase
co.elastic.clients.elasticsearch.ingest.DotExpanderProcessor
- All Implemented Interfaces:
ProcessorVariant,JsonpSerializable
@JsonpDeserializable public class DotExpanderProcessor extends ProcessorBase implements ProcessorVariant
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDotExpanderProcessor.BuilderBuilder forDotExpanderProcessor.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.ingest.ProcessorBase
ProcessorBase.AbstractBuilder<BuilderT extends ProcessorBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DotExpanderProcessor>_DESERIALIZERJson deserializer forDotExpanderProcessor -
Method Summary
Modifier and Type Method Description Processor.Kind_processorKind()Processor variant kind.java.lang.Stringfield()Required - API name:fieldstatic DotExpanderProcessorof(java.util.function.Function<DotExpanderProcessor.Builder,ObjectBuilder<DotExpanderProcessor>> fn)java.lang.Stringpath()API name:pathprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDotExpanderProcessorDeserializer(ObjectDeserializer<DotExpanderProcessor.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch.ingest.ProcessorBase
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 forDotExpanderProcessor
-
-
Method Details
-
of
public static DotExpanderProcessor of(java.util.function.Function<DotExpanderProcessor.Builder,ObjectBuilder<DotExpanderProcessor>> fn) -
_processorKind
Processor variant kind.- Specified by:
_processorKindin interfaceProcessorVariant
-
field
public final java.lang.String field()Required - API name:field -
path
@Nullable public final java.lang.String path()API name:path -
serializeInternal
- Overrides:
serializeInternalin classProcessorBase
-
setupDotExpanderProcessorDeserializer
protected static void setupDotExpanderProcessorDeserializer(ObjectDeserializer<DotExpanderProcessor.Builder> op)
-