@Target(value=TYPE) @IndexAnnotated @Retention(value=RUNTIME) public @interface PayloadMapper
PayloadMapper are indexed and loaded on startup to be referenced by its alias in
payload mapping definitions of a Connection.
If the mapper requires no MappingContext for initialization it can also
be directly used in the list of mappings of a Source or a
Target using one of the defined aliases.| Modifier and Type | Required Element and Description |
|---|---|
String[] |
alias |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
requiresMandatoryConfiguration |
public abstract String[] alias
PayloadMapper.Copyright © 2017–2019 Eclipse Foundation. All rights reserved.