public interface EmptyBodyJsonMarshaller
Modifier and Type | Field and Description |
---|---|
static EmptyBodyJsonMarshaller |
EMPTY
Renders an empty JSON object, {}.
|
static EmptyBodyJsonMarshaller |
NULL
Renders an empty request body as JSON explicit null, 'null'.
|
Modifier and Type | Method and Description |
---|---|
void |
marshall(StructuredJsonGenerator generator) |
static final EmptyBodyJsonMarshaller NULL
static final EmptyBodyJsonMarshaller EMPTY
void marshall(StructuredJsonGenerator generator)
Copyright © 2024. All rights reserved.