@Target(value={METHOD,FIELD,ANNOTATION_TYPE,PARAMETER,TYPE_USE}) @Retention(value=RUNTIME) @Documented @Inherited public @interface EnumMapper
| Modifier and Type | Required Element and Description |
|---|---|
String |
method
方法
|
String |
refer |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
ignore
可以用来标记不需要copy的值或者对象
|
boolean |
methodReturnObject
通过method 获取到的对象是否是需要的对象
|
Class[] |
referClasses |
String |
referField |
String |
to |
public abstract String refer
public abstract String method
public abstract Class[] referClasses
public abstract String referField
public abstract String to
Copyright © 2021 Clouds Studio. All rights reserved.