response · The library defines a response structure of an application with focus on error state of an application.
Group: church.i18n - All Dependencies
church.i18n.rest.response.model · Project name: church.i18n.rest.response.model Default REST response format with standardized response structure holding data and/or (error) messages.
church.i18n.rest.exception · Project name: church.i18n.rest.exception Generic exception implementation that helps to localize exception message with parameters and includes contextual information for easier machine processing of the error.
church.i18n.resources.bundles · Project name: church.i18n.resources.bundles Improved Resource bundles that are able to hold multiple different localization files and provide functionality to handle multiple language mutations at once. .
church.i18n.error · Unification of error handling (not only) for RESTful servers Project name: church.i18n.error Rest Exception Handling library provides basic model and support methods for handling exceptions in localized projects. It tries to abstract this problem from the implementation and provides more universal mechanism of dealing with exceptions.
response.spring · The library extends `BaseResponseMapper` from the church.i18n.response project and adds support for spring-web applications.
resources.bundles · Project name: resources.bundles Improved Resource bundles that are able to hold multiple different localization files and provide functionality to handle multiple language mutations at once.
processing.exception · The library provides a generic model for handling exceptions. It tries to abstract problem from the implementation and provides a universal mechanism of dealing with exceptions.
church.i18n.error.spring · Unification of error handling (not only) for RESTful servers Project name: church.i18n.error.spring Rest Exception Handling: library extends church.i18n.error library and adds functionality to easily handle and manipulate with exceptions in Spring REST projects. Predefined sets of exception handlers together with response mappers makes it easy to deal with exceptions in your application.
response.spring.webmvc · Extension of `church.i18n.response.spring` library for Spring Web MVC projects. It adds handling of most common Spring WebMVC Exceptions.
response.model.jackson · A Jackson module for a model serialization and deserialization of church.i18n.response.model classes