Class DisableDefaultExceptionMapperSetupTask
java.lang.Object
org.jboss.resteasy.setup.SystemPropertySetupTask
org.jboss.resteasy.setup.DisableDefaultExceptionMapperSetupTask
- All Implemented Interfaces:
org.jboss.as.arquillian.api.ServerSetupTask
Disables the default exception mapper.
- Author:
- James R. Perkins
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jboss.resteasy.setup.SystemPropertySetupTask
setup, tearDown
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.as.arquillian.api.ServerSetupTask
executeOperation, executeOperation, executeOperation, executeOperation
-
Constructor Details
-
DisableDefaultExceptionMapperSetupTask
public DisableDefaultExceptionMapperSetupTask()
-