public abstract class JSONParserFactory
extends java.lang.Object
Constructor and Description |
---|
JSONParserFactory() |
Modifier and Type | Method and Description |
---|---|
JSONParser |
create()
Create a parser using
JSONDefaults#CODEC_IGNORE_NULL . |
abstract JSONParser |
create(boolean ignoreNull)
Create a parser.
|
public abstract JSONParser create(boolean ignoreNull)
ignoreNull
- Whether to ignore attributes, which have a null value and not add them to the object representation.public JSONParser create()
JSONDefaults#CODEC_IGNORE_NULL
.