Class ServerExceptionMappingFeature
java.lang.Object
org.jboss.resteasy.reactive.server.processor.generation.exceptionmappers.ServerExceptionMappingFeature
- All Implemented Interfaces:
FeatureScanner
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.resteasy.reactive.server.processor.scanning.FeatureScanner
FeatureScanner.FeatureScanResult -
Constructor Summary
ConstructorsConstructorDescriptionServerExceptionMappingFeature(Set<org.jboss.jandex.DotName> unwrappableTypes, Set<String> additionalBeanAnnotations) -
Method Summary
Modifier and TypeMethodDescriptionintegrate(org.jboss.jandex.IndexView index, ScannedApplication scannedApplication) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.resteasy.reactive.server.processor.scanning.FeatureScanner
integrateWithIndexer
-
Constructor Details
-
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 Details
-
integrate
public FeatureScanner.FeatureScanResult integrate(org.jboss.jandex.IndexView index, ScannedApplication scannedApplication) - Specified by:
integratein interfaceFeatureScanner
-