converters.show.tostring.converter Maven / Gradle / Ivy
The newest version!
String visualize(){
return (value==null)?"-":value.toString();
}
Object build(){
return "IgnoreConvertionException";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy