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