- getConfigPath() - Method in enum org.eclipse.ditto.services.connectivity.mapping.javascript.JavaScriptConfig.JavaScriptConfigValue
-
- getConfigPath() - Method in enum org.eclipse.ditto.services.connectivity.mapping.MapperLimitsConfig.MapperLimitsConfigValue
-
- getConfigPath() - Method in enum org.eclipse.ditto.services.connectivity.mapping.MappingConfig.MappingConfigValue
-
- getContentTypeBlacklist() - Method in class org.eclipse.ditto.services.connectivity.mapping.AbstractMessageMapper
-
- getContentTypeBlacklist() - Method in interface org.eclipse.ditto.services.connectivity.mapping.MessageMapper
-
Returns a blacklist of content-types which shall not be handled by this message mapper.
- getContentTypeBlacklist() - Method in interface org.eclipse.ditto.services.connectivity.mapping.MessageMapperConfiguration
-
Determines the content-type blacklist for this mapper configuration.
- getDefaultMapper() - Method in class org.eclipse.ditto.services.connectivity.mapping.DefaultMessageMapperRegistry
-
- getDefaultMapper() - Method in interface org.eclipse.ditto.services.connectivity.mapping.MessageMapperRegistry
-
Returns a mapper with the supposed role of a fallback mapping strategy.
- getDefaultOptions() - Method in class org.eclipse.ditto.services.connectivity.mapping.DittoMessageMapper
-
- getDefaultOptions() - Method in interface org.eclipse.ditto.services.connectivity.mapping.MessageMapper
-
- getDefaultValue() - Method in enum org.eclipse.ditto.services.connectivity.mapping.javascript.JavaScriptConfig.JavaScriptConfigValue
-
- getDefaultValue() - Method in enum org.eclipse.ditto.services.connectivity.mapping.MapperLimitsConfig.MapperLimitsConfigValue
-
- getDefaultValue() - Method in enum org.eclipse.ditto.services.connectivity.mapping.MappingConfig.MappingConfigValue
-
- getId() - Method in class org.eclipse.ditto.services.connectivity.mapping.AbstractMessageMapper
-
- getId() - Method in class org.eclipse.ditto.services.connectivity.mapping.DefaultMessageMapperConfiguration
-
- getId() - Method in interface org.eclipse.ditto.services.connectivity.mapping.MessageMapper
-
Returns a unique ID of this mapper that can be used in sources and targets to reference this mapper.
- getId() - Method in interface org.eclipse.ditto.services.connectivity.mapping.MessageMapperConfiguration
-
- getId() - Method in class org.eclipse.ditto.services.connectivity.mapping.NormalizedMessageMapper
-
- getIncomingScript() - Method in interface org.eclipse.ditto.services.connectivity.mapping.javascript.JavaScriptMessageMapperConfiguration
-
- getJavaScriptConfig() - Method in class org.eclipse.ditto.services.connectivity.mapping.DefaultMappingConfig
-
- getJavaScriptConfig() - Method in interface org.eclipse.ditto.services.connectivity.mapping.MappingConfig
-
Returns the config of the JavaScript message mapping.
- getMapperLimitsConfig() - Method in class org.eclipse.ditto.services.connectivity.mapping.DefaultMappingConfig
-
- getMapperLimitsConfig() - Method in interface org.eclipse.ditto.services.connectivity.mapping.MappingConfig
-
Returns the config of mapper-limits
- getMappers(PayloadMapping) - Method in class org.eclipse.ditto.services.connectivity.mapping.DefaultMessageMapperRegistry
-
- getMappers(PayloadMapping) - Method in interface org.eclipse.ditto.services.connectivity.mapping.MessageMapperRegistry
-
- getMaxMappedInboundMessages() - Method in class org.eclipse.ditto.services.connectivity.mapping.DefaultMapperLimitsConfig
-
- getMaxMappedInboundMessages() - Method in interface org.eclipse.ditto.services.connectivity.mapping.MapperLimitsConfig
-
Returns the maximum number of messages which could be invoked by one mapper
defined in source
- getMaxMappedOutboundMessages() - Method in class org.eclipse.ditto.services.connectivity.mapping.DefaultMapperLimitsConfig
-
- getMaxMappedOutboundMessages() - Method in interface org.eclipse.ditto.services.connectivity.mapping.MapperLimitsConfig
-
Returns the maximum number of messages which could be invoked by one mapper
defined in target
- getMaxScriptExecutionTime() - Method in class org.eclipse.ditto.services.connectivity.mapping.javascript.DefaultJavaScriptConfig
-
- getMaxScriptExecutionTime() - Method in interface org.eclipse.ditto.services.connectivity.mapping.javascript.JavaScriptConfig
-
Returns the maximum execution time of a mapping script to run.
- getMaxScriptSizeBytes() - Method in class org.eclipse.ditto.services.connectivity.mapping.javascript.DefaultJavaScriptConfig
-
- getMaxScriptSizeBytes() - Method in interface org.eclipse.ditto.services.connectivity.mapping.javascript.JavaScriptConfig
-
Returns the maximum script size in bytes of a mapping script to run.
- getMaxScriptStackDepth() - Method in class org.eclipse.ditto.services.connectivity.mapping.javascript.DefaultJavaScriptConfig
-
- getMaxScriptStackDepth() - Method in interface org.eclipse.ditto.services.connectivity.mapping.javascript.JavaScriptConfig
-
Returns the maximum call stack depth in the mapping script.
- getMaxSourceMappers() - Method in class org.eclipse.ditto.services.connectivity.mapping.DefaultMapperLimitsConfig
-
- getMaxSourceMappers() - Method in interface org.eclipse.ditto.services.connectivity.mapping.MapperLimitsConfig
-
Returns the maximum number of mapper which could be defined in one source
- getMaxTargetMappers() - Method in class org.eclipse.ditto.services.connectivity.mapping.DefaultMapperLimitsConfig
-
- getMaxTargetMappers() - Method in interface org.eclipse.ditto.services.connectivity.mapping.MapperLimitsConfig
-
Returns the maximum number of mapper which could be defined in one target
- getOutgoingScript() - Method in interface org.eclipse.ditto.services.connectivity.mapping.javascript.JavaScriptMessageMapperConfiguration
-
- getProperties() - Method in class org.eclipse.ditto.services.connectivity.mapping.DefaultMessageMapperConfiguration
-
- getProperties() - Method in interface org.eclipse.ditto.services.connectivity.mapping.MessageMapperConfiguration.Builder
-
- getProperties() - Method in interface org.eclipse.ditto.services.connectivity.mapping.MessageMapperConfiguration
-
Returns the configuration properties as Map.
- getProperty(String) - Method in interface org.eclipse.ditto.services.connectivity.mapping.MessageMapperConfiguration
-
Extracts a required property from the configuration and fails with an exception if missing.