
com.cedarsoft.utils.DefaultRenderer Maven / Gradle / Ivy
The newest version!
package com.cedarsoft.utils;
import org.jetbrains.annotations.NotNull;
/**
* Default implementation of {@link Renderer} that simply returns
* {@link String#valueOf(Object)}.
*/
public class DefaultRenderer implements Renderer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy