@Target(value=ANNOTATION_TYPE) @Inherited public @interface Field
| Modifier and Type | Required Element and Description |
|---|---|
String[] |
value
Contains the target field names with potential embedded path.
|
| Modifier and Type | Optional Element and Description |
|---|---|
Class<?> |
withCustom
Contains the class of the custom mapper where Selma will search a corresponding
mapping method.
|
public abstract String[] value
public abstract Class<?> withCustom
Copyright © 2017. All Rights Reserved.