Class RestApiExceptionMapperForWebFlux

java.lang.Object
org.bremersee.exception.RestApiExceptionMapperForWeb
org.bremersee.exception.RestApiExceptionMapperForWebFlux
All Implemented Interfaces:
RestApiExceptionMapper

public class RestApiExceptionMapperForWebFlux extends RestApiExceptionMapperForWeb
The implementation of a rest api exception mapper for spring web flux.
Author:
Christian Bremer
  • Constructor Details

    • RestApiExceptionMapperForWebFlux

      public RestApiExceptionMapperForWebFlux(RestApiExceptionMapperProperties properties, String applicationName)
      Instantiates a new rest api exception mapper.
      Parameters:
      properties - the properties
      applicationName - the application name
  • Method Details