custom exceptions and exception mappers for jersey

this library will add some custom exceptions and providers to handle those exceptions to make it easier for both client and server side developers to find out what went wrong

Лицензия

Лицензия

Категории

Категории

Jersey Межпрограммное взаимодействие REST Frameworks
Группа

Группа

com.github.metair.jersey
Идентификатор

Идентификатор

exception-mapper
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

custom exceptions and exception mappers for jersey
this library will add some custom exceptions and providers to handle those exceptions to make it easier for both client and server side developers to find out what went wrong
Ссылка на сайт

Ссылка на сайт

https://github.com/MetaiR/exception-mapper
Система контроля версий

Система контроля версий

https://github.com/metair/exception-mapper

Скачать exception-mapper

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.metair.jersey/exception-mapper/ -->
<dependency>
    <groupId>com.github.metair.jersey</groupId>
    <artifactId>exception-mapper</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.metair.jersey/exception-mapper/
implementation 'com.github.metair.jersey:exception-mapper:1.0.2'
// https://jarcasting.com/artifacts/com.github.metair.jersey/exception-mapper/
implementation ("com.github.metair.jersey:exception-mapper:1.0.2")
'com.github.metair.jersey:exception-mapper:jar:1.0.2'
<dependency org="com.github.metair.jersey" name="exception-mapper" rev="1.0.2">
  <artifact name="exception-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.metair.jersey', module='exception-mapper', version='1.0.2')
)
libraryDependencies += "com.github.metair.jersey" % "exception-mapper" % "1.0.2"
[com.github.metair.jersey/exception-mapper "1.0.2"]

Зависимости

provided (2)

Идентификатор библиотеки Тип Версия
org.glassfish.jersey.core : jersey-server jar 2.27
org.glassfish.jersey.media : jersey-media-json-jackson jar 2.27

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.2
1.0.1
1.0.0