@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface PreAssignmentProcessor
Modifier and Type | Required Element and Description |
---|---|
Class<? extends StringProcessor> |
processor
Returns the processor that will process the string.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
paramString
This is used to store additional information needed by the
StringProcessor . |
public abstract Class<? extends StringProcessor> processor
public abstract String paramString
StringProcessor
.
This could, for example, be a default value so the same processor
could be used by different fields.StringProcessor
Copyright © 2005–2023. All rights reserved.