Class NodeInfoIngestProcessor
java.lang.Object
co.elastic.clients.elasticsearch.nodes.info.NodeInfoIngestProcessor
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class NodeInfoIngestProcessor
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeInfoIngestProcessor>Json deserializer forNodeInfoIngestProcessor -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeInfoIngestProcessorvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final Stringtype()Required - API name:type
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeInfoIngestProcessor
-
-
Method Details
-
of
public static NodeInfoIngestProcessor of(Function<NodeInfoIngestProcessor.Builder, ObjectBuilder<NodeInfoIngestProcessor>> fn) -
type
Required - API name:type -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupNodeInfoIngestProcessorDeserializer
protected static void setupNodeInfoIngestProcessorDeserializer(ObjectDeserializer<NodeInfoIngestProcessor.Builder> op)
-