public class POJOParserFactory extends ParserFactory
Constructor and Description |
---|
POJOParserFactory() |
Modifier and Type | Method and Description |
---|---|
Parser |
create(boolean ignoreNull)
Create a parser.
|
create, getDefault, setDefault
public Parser create(boolean ignoreNull)
ParserFactory
create
in class ParserFactory
ignoreNull
- Whether to ignore attributes, which have a null value and not add them to the object representation.