Class MatchedText
java.lang.Object
co.elastic.clients.elasticsearch.text_structure.test_grok_pattern.MatchedText
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MatchedText>Json deserializer forMatchedText -
Method Summary
Modifier and TypeMethodDescriptionfinal Map<String,List<MatchedField>> fields()API name:fieldsfinal booleanmatched()Required - API name:matchedstatic MatchedTextvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forMatchedText
-
-
Method Details
-
of
-
matched
public final boolean matched()Required - API name:matched -
fields
API name:fields -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupMatchedTextDeserializer
-