public class CommandJsonUnmarshaller extends java.lang.Object implements Unmarshaller<Command,JsonUnmarshallerContext>
Modifier and Type | Field and Description |
---|---|
private static CommandJsonUnmarshaller |
instance |
Constructor and Description |
---|
CommandJsonUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
static CommandJsonUnmarshaller |
getInstance() |
Command |
unmarshall(JsonUnmarshallerContext context) |
private static CommandJsonUnmarshaller instance
public Command unmarshall(JsonUnmarshallerContext context) throws java.lang.Exception
unmarshall
in interface Unmarshaller<Command,JsonUnmarshallerContext>
java.lang.Exception
public static CommandJsonUnmarshaller getInstance()