java.lang.Object
org.jboss.resteasy.reactive.server.processor.generation.exceptionmappers.ServerExceptionMappingFeature
All Implemented Interfaces:
FeatureScanner

public class ServerExceptionMappingFeature extends Object implements FeatureScanner
  • Constructor Details

    • ServerExceptionMappingFeature

      public ServerExceptionMappingFeature(Set<org.jboss.jandex.DotName> unwrappableTypes, Set<String> additionalBeanAnnotations)
      Parameters:
      unwrappableTypes - Types that can be unwrapped using ResteasyReactiveRequestContext.unwrap(Class)
      additionalBeanAnnotations - Annotations that should be added to generated beans
  • Method Details