@Immutable public final class DefaultMessageMapperConfiguration extends Object implements MessageMapperConfiguration
MessageMapperConfiguration.Builder<T extends MessageMapperConfiguration>CONTENT_TYPE_BLACKLIST| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
Map<String,String> |
getProperties()
Returns the configuration properties as Map.
|
int |
hashCode() |
static DefaultMessageMapperConfiguration |
of(String id,
Map<String,String> configuration)
Constructs a new
DefaultMessageMapperConfiguration of the given map. |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitfindProperty, getContentTypeBlacklist, getPropertypublic static DefaultMessageMapperConfiguration of(String id, Map<String,String> configuration)
DefaultMessageMapperConfiguration of the given map.id - the id of the mapperconfiguration - the map holding configuration properties.NullPointerException - if configuration is null.public String getId()
getId in interface MessageMapperConfigurationpublic Map<String,String> getProperties()
MessageMapperConfigurationgetProperties in interface MessageMapperConfigurationCopyright © 2017–2019 Eclipse Foundation. All rights reserved.