public class DefaultJsonGenerator extends Object implements JsonGenerator
A JsonGenerator that can be configured with various JsonGenerator.Options.
If the default options are sufficient consider using the static JsonOutput.toJson
methods.
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
isExcludingFieldsNamed(String name) {@inheritDoc} |
|
public boolean |
isExcludingValues(Object value) {@inheritDoc} |
|
public String |
toJson(Object object) {@inheritDoc} |