public @interface Adapter
Modifier and Type | Optional Element and Description |
---|---|
String |
name
The class name of the generated Adapter.
|
String |
prefix
The prefix to add to the annotated class in order to create the adapter name.
|
String |
relativePath
The relative path the pojo adapter be generated.
|
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 String name
public abstract String prefix
public abstract String suffix
public abstract String relativePath
Copyright © 2019 JBoss by Red Hat. All rights reserved.