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

com.scarabsoft.jrest.converter.exception.ExceptionConverter Maven / Gradle / Ivy

package com.scarabsoft.jrest.converter.exception;

import com.scarabsoft.jrest.converter.Converter;

public interface ExceptionConverter extends Converter {

    interface ExceptionConverterFactory {

        ExceptionConverter get();

    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy