@Target(value=FIELD) @Retention(value=RUNTIME) @Documented @Repeatable(value=Mappings.class) public @interface FieldMapping
| Modifier and Type | Required Element and Description |
|---|---|
String[] |
fieldNames |
Class<?> |
scope
setup for the result class type
|
public abstract Class<?> scope
public abstract String[] fieldNames
public abstract Class<?> processor
public abstract String tag
Copyright © 2022. All rights reserved.