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