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