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

com.ftpix.sparknnotation.defaultvalue.DefaultTransformer Maven / Gradle / Ivy

package com.ftpix.sparknnotation.defaultvalue;

import spark.ResponseTransformer;

public class DefaultTransformer implements ResponseTransformer {

    @Override
    public String render(Object o) throws Exception {
        return o.toString();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy