Class ProcessorGrokResponse
java.lang.Object
co.elastic.clients.elasticsearch.ingest.ProcessorGrokResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<ProcessorGrokResponse>
Json deserializer forProcessorGrokResponse
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProcessorGrokResponse
patterns()
Required - API name:patterns
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forProcessorGrokResponse
-
-
Method Details
-
of
public static ProcessorGrokResponse of(Function<ProcessorGrokResponse.Builder, ObjectBuilder<ProcessorGrokResponse>> fn) -
patterns
Required - API name:patterns
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupProcessorGrokResponseDeserializer
protected static void setupProcessorGrokResponseDeserializer(ObjectDeserializer<ProcessorGrokResponse.Builder> op)
-