Class MatchedField
java.lang.Object
co.elastic.clients.elasticsearch.text_structure.test_grok_pattern.MatchedField
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MatchedField>Json deserializer forMatchedField -
Method Summary
Modifier and TypeMethodDescriptionfinal intlength()Required - API name:lengthfinal Stringmatch()Required - API name:matchstatic MatchedFieldfinal intoffset()Required - API name:offsetvoidserialize(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 forMatchedField
-
-
Method Details
-
of
-
match
Required - API name:match -
offset
public final int offset()Required - API name:offset -
length
public final int length()Required - API name:length -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupMatchedFieldDeserializer
-