Class ModifyField

java.lang.Object
no.entur.schema2proto.modifyproto.config.ModifyField

public class ModifyField extends Object
  • Field Details

    • targetMessageType

      public String targetMessageType
      Name of the existing message type.
    • field

      public String field
      Name of the field on the existing message type to modify.
    • documentationPattern

      public String documentationPattern
      Regex pattern to match in the existing documentation. If not provided, the existing documentation is completely replaced by documentation.
    • documentation

      public String documentation
      Replacement string for the documentation of the existing field. Regex capturing groups from the documentationPattern are supported.
  • Constructor Details

    • ModifyField

      public ModifyField()