Uses of Enum Class
org.jboss.resteasy.reactive.server.ExceptionUnwrapStrategy
Packages that use ExceptionUnwrapStrategy
-
Uses of ExceptionUnwrapStrategy in org.jboss.resteasy.reactive.server
Methods in org.jboss.resteasy.reactive.server that return ExceptionUnwrapStrategyModifier and TypeMethodDescriptionstatic ExceptionUnwrapStrategyReturns the enum constant of this class with the specified name.static ExceptionUnwrapStrategy[]ExceptionUnwrapStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ExceptionUnwrapStrategy in org.jboss.resteasy.reactive.server.core
Methods in org.jboss.resteasy.reactive.server.core that return types with arguments of type ExceptionUnwrapStrategyMethods in org.jboss.resteasy.reactive.server.core with parameters of type ExceptionUnwrapStrategyModifier and TypeMethodDescriptionvoidExceptionMapping.addUnwrappedException(String className, ExceptionUnwrapStrategy strategy)