| Package | Description |
|---|---|
| me.alidg.errors | |
| me.alidg.errors.conf | |
| me.alidg.errors.fingerprint |
| Modifier and Type | Method and Description |
|---|---|
WebErrorHandlersBuilder |
WebErrorHandlersBuilder.withFingerprintProvider(FingerprintProvider fingerprintProvider)
Responsible for calculating error fingerprints for handled exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
FingerprintProvider |
ErrorsAutoConfiguration.fingerprintProvider()
Registers a very simple UUID based
FingerprintProvider in the absence of a custom provider. |
| Modifier and Type | Method and Description |
|---|---|
WebErrorHandlers |
ErrorsAutoConfiguration.webErrorHandlers(org.springframework.context.MessageSource messageSource,
List<WebErrorHandler> customHandlers,
WebErrorHandler defaultWebErrorHandler,
ExceptionRefiner exceptionRefiner,
ExceptionLogger exceptionLogger,
List<WebErrorHandlerPostProcessor> webErrorHandlerPostProcessors,
FingerprintProvider fingerprintProvider,
ErrorsProperties errorsProperties,
org.springframework.context.ApplicationContext context)
Registers a bean of type
WebErrorHandlers (If not provided by the user) filled with a set of
built-in WebErrorHandlers, a set of custom WebErrorHandlers and a default fallback
WebErrorHandler. |
| Modifier and Type | Class and Description |
|---|---|
class |
Md5FingerprintProvider
A MD5 based implementation of
FingerprintProvider which generates a
fingerprint from the handled exception using the following formula: |
class |
UuidFingerprintProvider
Generates a random and unique UUID for HTTP errors.
|
Copyright © 2019. All rights reserved.