Class RestApiExceptionMapperBootProperties

java.lang.Object
org.bremersee.exception.spring.boot.autoconfigure.RestApiExceptionMapperBootProperties

@ConditionalOnClass(org.bremersee.exception.RestApiExceptionMapperProperties.class) @ConfigurationProperties(prefix="bremersee.exception-mapping") public class RestApiExceptionMapperBootProperties extends Object
Configuration properties for the rest api exception handler or resolver.
Author:
Christian Bremer
  • Constructor Details

    • RestApiExceptionMapperBootProperties

      public RestApiExceptionMapperBootProperties()
      Instantiates rest api exception mapper properties.
  • Method Details

    • toRestApiExceptionMapperProperties

      public org.bremersee.exception.RestApiExceptionMapperProperties toRestApiExceptionMapperProperties()
      To rest api exception mapper properties rest api exception mapper properties.
      Returns:
      the rest api exception mapper properties