
com.venky.swf.integration.FormatHelperBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swf-db Show documentation
Show all versions of swf-db Show documentation
Succinct Web Framework - Db
The newest version!
package com.venky.swf.integration;
import java.io.InputStream;
public interface FormatHelperBuilder {
public FormatHelper constructFormatHelper(InputStream in);
public FormatHelper constructFormatHelper(String root,boolean isPlural);
public FormatHelper constructFormatHelper(F rootElement);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy