public @interface Adapter
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
name
The class name of the generated Adapter.
|
java.lang.String |
prefix
The prefix to add to the annotated class in order to create the adapter name.
|
java.lang.String |
relativePath
The relative path the pojo adapter be generated.
|
java.lang.String |
suffix
The suffix to add to the annotated class in order to create the adapter name.
|
boolean |
withMapAdapterMethod
Flag to incluce mapping methods from map instances.
|
public abstract java.lang.String name
public abstract java.lang.String prefix
public abstract java.lang.String suffix
Copyright © 2022. All Rights Reserved.