Uses of Interface
org.glassfish.jersey.spi.ExceptionMappers
-
Packages that use ExceptionMappers Package Description org.glassfish.jersey.internal Common Jersey internal API classes. -
-
Uses of ExceptionMappers in org.glassfish.jersey.internal
Classes in org.glassfish.jersey.internal that implement ExceptionMappers Modifier and Type Class Description classExceptionMapperFactoryException mappersimplementation that aggregates exception mappers and server as the main entry point for exception mapper instance lookup.Methods in org.glassfish.jersey.internal that return ExceptionMappers Modifier and Type Method Description ExceptionMappersBootstrapBag. getExceptionMappers()Gets an instance ofExceptionMappers.Methods in org.glassfish.jersey.internal with parameters of type ExceptionMappers Modifier and Type Method Description voidBootstrapBag. setExceptionMappers(ExceptionMappers exceptionMappers)Sets an instance ofExceptionMappers.
-