
org.fugerit.java.doc.json.ng.DocJsonParserNG Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fj-doc-base-json Show documentation
Show all versions of fj-doc-base-json Show documentation
Module for producting documents from json instead of xml
package org.fugerit.java.doc.json.ng;
import org.fugerit.java.doc.base.facade.DocFacadeSource;
import org.fugerit.java.doc.json.parse.DocJsonParser;
import org.fugerit.java.xml2json.XmlToJsonHandler;
public class DocJsonParserNG extends DocJsonParser {
public DocJsonParserNG() {
super(DocFacadeSource.SOURCE_TYPE_JSON_NG, new XmlToJsonHandler( new XmlToJsonConverterNG() ) );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy