org.solovyev.common.text.Mapper Maven / Gradle / Ivy
package org.solovyev.common.text;
/**
* User: serso
* Date: 5/18/11
* Time: 11:20 AM
*/
/**
* Class represents interface for mapping string value with typed object
* @param
*/
public interface Mapper extends Formatter, Parser {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy