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

jpaoletti.jpm.converter.ToStringConverter Maven / Gradle / Ivy

The newest version!
package jpaoletti.jpm.converter;

import jpaoletti.jpm.core.PMContext;

/**Converter for strings 
*
 * {@code
 * TO-DO
 * }
 * 
* @author jpaoletti * */ public class ToStringConverter extends Converter { @Override public String visualize(PMContext ctx) throws ConverterException { return visualize(ctx.getFieldValue()); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy