Package com.totvs.tjf.autoconfigure
Class ExceptionAdviceAutoConfiguration
java.lang.Object
com.totvs.tjf.autoconfigure.ExceptionAdviceAutoConfiguration
Standard configuration to bootstrap the api core advice
ApiExceptionHandler.- Author:
- Thiago A. de Souza Weber
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiExceptionHandler(ErrorExceptionConverter errorExceptionConverter) errorExceptionConverter(com.totvs.tjf.core.i18n.I18nService i18nService)
-
Constructor Details
-
ExceptionAdviceAutoConfiguration
public ExceptionAdviceAutoConfiguration()
-
-
Method Details
-
errorExceptionConverter
@Bean public ErrorExceptionConverter errorExceptionConverter(com.totvs.tjf.core.i18n.I18nService i18nService) -
apiExceptionHandler
@Bean public ApiExceptionHandler apiExceptionHandler(ErrorExceptionConverter errorExceptionConverter)
-