com.gitlab.oliverlj.jsonapi.configuration.converters.ErrorConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-starter-json-api Show documentation
Show all versions of spring-boot-starter-json-api Show documentation
A spring boot starter which brings json api converter (https://github.com/jasminb/jsonapi-converter) for your great spring project
The newest version!
package com.gitlab.oliverlj.jsonapi.configuration.converters;
import com.github.jasminb.jsonapi.models.errors.Error;
/**
* Convert an {@link Object} in a {@link Error}.
*
* @author Olivier LE JACQUES ([email protected])
*
* @param the source of error
*/
public interface ErrorConverter {
Error convert(S source);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy