Interface ResteasyReactiveConfig.ExceptionMappingConfig

Enclosing interface:
ResteasyReactiveConfig

public static interface ResteasyReactiveConfig.ExceptionMappingConfig
Configuration for exception mapping.
  • Method Summary

    Modifier and Type
    Method
    Description
    A list of exception mapper classes that should be disabled.
  • Method Details

    • disableMapperFor

      Optional<List<String>> disableMapperFor()
      A list of exception mapper classes that should be disabled. This allows users to override the default built-in exception mappers provided by Quarkus extensions.