@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface SkipOn
Throwable specified in that field's SkipOn annotation
such exception will be ignored and that field will skip mapping.
For example @SkipOn(NumberFormatException.class).| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<? extends java.lang.Throwable>[] |
value |