public class ComputerJsonMarshaller
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static ComputerJsonMarshaller |
instance |
Constructor and Description |
---|
ComputerJsonMarshaller() |
Modifier and Type | Method and Description |
---|---|
static ComputerJsonMarshaller |
getInstance() |
void |
marshall(Computer computer,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|
private static ComputerJsonMarshaller instance
public void marshall(Computer computer, StructuredJsonGenerator jsonGenerator)
public static ComputerJsonMarshaller getInstance()