Annotation Interface Replace


Indicates the String value of a field must have some of its contents replaced using RegexConversion.

Commonly used for java beans processed using BeanProcessor and/or BeanWriterProcessor

See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The regular expression to be executed against the String value of the annotated field
    The replacement string to substitute any contents matched by the given expression()
  • Element Details

    • expression

      String expression
      The regular expression to be executed against the String value of the annotated field
      Returns:
      the regular expression
    • replacement

      String replacement
      The replacement string to substitute any contents matched by the given expression()
      Returns:
      the replacement string