Uses of Interface
org.glassfish.jersey.spi.ExceptionMappers
Packages that use ExceptionMappers
-
Uses of ExceptionMappers in org.glassfish.jersey.internal
Classes in org.glassfish.jersey.internal that implement ExceptionMappersModifier and TypeClassDescriptionclass
Exception mappers
implementation that aggregates exception mappers and server as the main entry point for exception mapper instance lookup.Methods in org.glassfish.jersey.internal that return ExceptionMappersModifier and TypeMethodDescriptionBootstrapBag.getExceptionMappers()
Gets an instance ofExceptionMappers
.Methods in org.glassfish.jersey.internal with parameters of type ExceptionMappersModifier and TypeMethodDescriptionvoid
BootstrapBag.setExceptionMappers
(ExceptionMappers exceptionMappers) Sets an instance ofExceptionMappers
.