| Package | Description |
|---|---|
| org.eclipse.ditto.services.connectivity.mapping |
The mapping package contains the mapping functionality of mapping between arbitrary messages and Ditto Protocol and
back.
|
| org.eclipse.ditto.services.connectivity.mapping.javascript |
JavaScript based mapping implementation using the Rhino JavaScript engine.
|
| Class and Description |
|---|
| AbstractMessageMapper
Abstract implementation of
MessageMapper which adds an id field and also its initialization from mapping
configuration (id is not passed as constructor argument because the mappers are created by reflection). |
| DefaultMapperLimitsConfig
This class is the default implementation of the mapper limits config.
|
| DefaultMappingConfig
This class is the default implementation of the mapping config.
|
| DefaultMessageMapperConfiguration
Default implementation for a message mapper configuration.
|
| DefaultMessageMapperFactory
Encapsulates responsibility for instantiating
MessageMapper objects. |
| DefaultMessageMapperRegistry
The default implementation of a
MessageMapperRegistry. |
| MapperLimitsConfig
Provides configuration settings for Connectivity service's message mapper behaviour.
|
| MapperLimitsConfig.MapperLimitsConfigValue
An enumeration of the known config path expressions and their associated default values for
MapperLimitsConfig. |
| MappingConfig
Provides configuration settings for Connectivity service's message mapping behaviour.
|
| MappingConfig.MappingConfigValue
An enumeration of the known config path expressions and their associated default values for
MappingConfig. |
| MessageMapper
Defines a message mapper which maps a
ExternalMessage to a Adaptable and vice versa. |
| MessageMapperConfiguration
Configuration properties for a
MessageMapper. |
| MessageMapperFactory |
| MessageMapperRegistry
Defines a collection of mappers with a fallback default mapper.
|
| PayloadMapper
Classes annotated with
PayloadMapper are indexed and loaded on startup to be referenced by its alias in
payload mapping definitions of a Connection. |
| Class and Description |
|---|
| MessageMapper
Defines a message mapper which maps a
ExternalMessage to a Adaptable and vice versa. |
| MessageMapperConfiguration
Configuration properties for a
MessageMapper. |
| MessageMapperConfiguration.Builder
Builder for
MessageMapperConfiguration instances to be used as a base for a more concrete builder. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.