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