Class DefaultParserFactory

    • Constructor Detail

      • DefaultParserFactory

        public DefaultParserFactory()
    • Method Detail

      • create

        public JSONParser create​(boolean ignoreNull)
        Description copied from class: JSONParserFactory
        Create a parser.
        Specified by:
        create in class JSONParserFactory
        Parameters:
        ignoreNull - Whether to ignore attributes, which have a null value and not add them to the object representation.
        Returns:
        new parser instance.