Class ServerExceptionMappingFeature
- java.lang.Object
-
- org.jboss.resteasy.reactive.server.processor.generation.exceptionmappers.ServerExceptionMappingFeature
-
- All Implemented Interfaces:
FeatureScanner
public class ServerExceptionMappingFeature extends Object implements FeatureScanner
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.resteasy.reactive.server.processor.scanning.FeatureScanner
FeatureScanner.FeatureScanResult
-
-
Constructor Summary
Constructors Constructor Description ServerExceptionMappingFeature(Set<org.jboss.jandex.DotName> unwrappableTypes, Set<String> additionalBeanAnnotations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureScanner.FeatureScanResultintegrate(org.jboss.jandex.IndexView index, ScannedApplication scannedApplication)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.resteasy.reactive.server.processor.scanning.FeatureScanner
integrateWithIndexer
-
-
-
-
Constructor Detail
-
ServerExceptionMappingFeature
public ServerExceptionMappingFeature(Set<org.jboss.jandex.DotName> unwrappableTypes, Set<String> additionalBeanAnnotations)
- Parameters:
unwrappableTypes- Types that can be unwrapped usingResteasyReactiveRequestContext.unwrap(Class)additionalBeanAnnotations- Annotations that should be added to generated beans
-
-
Method Detail
-
integrate
public FeatureScanner.FeatureScanResult integrate(org.jboss.jandex.IndexView index, ScannedApplication scannedApplication)
- Specified by:
integratein interfaceFeatureScanner
-
-