Class ModifyField
java.lang.Object
no.entur.schema2proto.modifyproto.config.ModifyField
-
Field Summary
FieldsModifier and TypeFieldDescriptionReplacement string for the documentation of the existing field.Regex pattern to match in the existing documentation.Name of the field on the existing message type to modify.Name of the existing message type. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
targetMessageType
Name of the existing message type. -
field
Name of the field on the existing message type to modify. -
documentationPattern
Regex pattern to match in the existing documentation. If not provided, the existing documentation is completely replaced bydocumentation. -
documentation
Replacement string for the documentation of the existing field. Regex capturing groups from thedocumentationPatternare supported.
-
-
Constructor Details
-
ModifyField
public ModifyField()
-