All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.bluejoe.xmlbeans.formater.ValueFormaterFactory Maven / Gradle / Ivy

package cn.bluejoe.xmlbeans.formater;

/**
 * @author [email protected]
 */

public interface ValueFormaterFactory
{

	ValueFormater getValueFormater(Object value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy