@Retention(value=RUNTIME) @Inherited @Target(value={FIELD,METHOD,ANNOTATION_TYPE}) public @interface Replace
RegexConversion
.
Commonly used for java beans processed using BeanProcessor
and/or BeanWriterProcessor
Conversion
,
Conversions
,
BeanProcessor
,
BeanWriterProcessor
Modifier and Type | Required Element and Description |
---|---|
String |
expression
The regular expression to be executed against the String value of the annotated field
|
String |
replacement
The replacement string to substitute any contents matched by the given
expression() |
public abstract String expression
public abstract String replacement
expression()
Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.