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

com.v5analytics.webster.resultWriters.DefaultResultWriterFactory Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package com.v5analytics.webster.resultWriters;

import java.lang.reflect.Method;

public class DefaultResultWriterFactory implements ResultWriterFactory {
    @Override
    public ResultWriter createResultWriter(Method handleMethod) {
        return new ResultWriterBase(handleMethod);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy