Uses of Class
org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMapperType
-
Packages that use ExceptionMapperFactory.ExceptionMapperType Package Description org.glassfish.jersey.internal Common Jersey internal API classes. -
-
Uses of ExceptionMapperFactory.ExceptionMapperType in org.glassfish.jersey.internal
Fields in org.glassfish.jersey.internal with type parameters of type ExceptionMapperFactory.ExceptionMapperType Modifier and Type Field Description private Value<java.util.Set<ExceptionMapperFactory.ExceptionMapperType>>
ExceptionMapperFactory. exceptionMapperTypes
Methods in org.glassfish.jersey.internal that return types with arguments of type ExceptionMapperFactory.ExceptionMapperType Modifier and Type Method Description private LazyValue<java.util.Set<ExceptionMapperFactory.ExceptionMapperType>>
ExceptionMapperFactory. createLazyExceptionMappers(InjectionManager injectionManager)
ReturnsLazyValue
of exception mappers that delays their creation to the first use.
-