public class CommonCommandTypeMappingFactory implements CommandTypeMappingFactory
Responsible for creation of class CommandType
and interface Command
mapping for Location feature.
class CommandType
,
interface Command
Modifier and Type | Class and Description |
---|---|
static class |
CommonCommandTypeMappingFactory.Companion |
Modifier and Type | Field and Description |
---|---|
static CommonCommandTypeMappingFactory.Companion |
Companion |
Constructor and Description |
---|
CommonCommandTypeMappingFactory()
Responsible for creation of
class CommandType and interface Command mapping for Location feature. |
Modifier and Type | Method and Description |
---|---|
java.util.Map<com.tomtom.online.sdk.connectivity.core.command.CommandType,java.lang.Class> |
create()
|
create
public static CommonCommandTypeMappingFactory.Companion Companion
public CommonCommandTypeMappingFactory()
Responsible for creation of class CommandType
and interface Command
mapping for Location feature.
class CommandType
,
interface Command
public java.util.Map<com.tomtom.online.sdk.connectivity.core.command.CommandType,java.lang.Class> create()
Creates Map where each class CommandType
is correlated with specific interface Command
class CommandType
,
interface Command