| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
LogsProcessor |
LogsProcessor.LogsProcessorDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
LogsProcessor |
LogsProcessor.LogsProcessorDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
Handle deserialization of the 'null' value.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogsProcessor> |
LogsPipeline.getProcessors()
Ordered list of processors in this pipeline.
|
List<LogsProcessor> |
LogsPipelineProcessor.getProcessors()
Ordered list of processors in this pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
LogsPipeline |
LogsPipeline.addProcessorsItem(LogsProcessor processorsItem) |
LogsPipelineProcessor |
LogsPipelineProcessor.addProcessorsItem(LogsProcessor processorsItem) |
void |
LogsProcessor.LogsProcessorSerializer.serialize(LogsProcessor value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
LogsPipeline |
LogsPipeline.processors(List<LogsProcessor> processors) |
LogsPipelineProcessor |
LogsPipelineProcessor.processors(List<LogsProcessor> processors) |
void |
LogsPipeline.setProcessors(List<LogsProcessor> processors) |
void |
LogsPipelineProcessor.setProcessors(List<LogsProcessor> processors) |
| Constructor and Description |
|---|
LogsProcessorSerializer(Class<LogsProcessor> t) |
Copyright © 2024. All rights reserved.