A B C G H J L N O P R 
All Classes All Packages

A

addFormatters(FormatterRegistry) - Method in class org.nentangso.core.config.NtsDateTimeFormatConfiguration
 

B

buildUnprocessableErrors(Exception) - Method in class org.nentangso.core.web.rest.errors.NtsExceptionTranslator
 

C

commence(ServerWebExchange, AuthenticationException) - Method in class org.nentangso.core.web.rest.errors.NtsExceptionTranslator
 
computeWWWAuthenticateHeaderValue(Map<String, String>) - Method in class org.nentangso.core.web.rest.errors.NtsExceptionTranslator
 
createAccessDeniedParameters(Map<String, String>) - Method in class org.nentangso.core.web.rest.errors.NtsExceptionTranslator
 
createAuthenticationParameters(AuthenticationException) - Method in class org.nentangso.core.web.rest.errors.NtsExceptionTranslator
 
createResponseEntity(Object, HttpHeaders, HttpStatus, ServerWebExchange) - Method in class org.nentangso.core.web.rest.errors.ResponseEntityExceptionHandler
Create the ResponseEntity to use from the given body, headers, and statusCode.

G

generateAuthenticateHeader(Exception, HttpHeaders, HttpStatus, ServerWebExchange) - Method in class org.nentangso.core.web.rest.errors.NtsExceptionTranslator
Deprecated.
getAuthenticationStatus(AuthenticationException) - Method in class org.nentangso.core.web.rest.errors.NtsExceptionTranslator
 

H

handle(ServerWebExchange, AccessDeniedException) - Method in class org.nentangso.core.web.rest.errors.NtsExceptionTranslator
 
handleBindException(BindException, HttpHeaders, HttpStatus, ServerWebExchange) - Method in class org.nentangso.core.web.rest.errors.ResponseEntityExceptionHandler
Customize the response for BindException.
handleConversionNotSupported(ConversionNotSupportedException, HttpHeaders, HttpStatus, ServerWebExchange) - Method in class org.nentangso.core.web.rest.errors.NtsExceptionTranslator
 
handleConversionNotSupported(ConversionNotSupportedException, HttpHeaders, HttpStatus, ServerWebExchange) - Method in class org.nentangso.core.web.rest.errors.ResponseEntityExceptionHandler
Customize the response for ConversionNotSupportedException.
handleException(Exception, ServerWebExchange) - Method in class org.nentangso.core.web.rest.errors.ResponseEntityExceptionHandler
Provides handling for standard Spring MVC exceptions.
handleExceptionInternal(Exception, Object, HttpHeaders, HttpStatus, ServerWebExchange) - Method in class org.nentangso.core.web.rest.errors.NtsExceptionTranslator
 
handleExceptionInternal(Exception, Object, HttpHeaders, HttpStatus, ServerWebExchange) - Method in class org.nentangso.core.web.rest.errors.ResponseEntityExceptionHandler
A single place to customize the response body of all exception types.
handleHttpMessageNotReadable(HttpMessageNotReadableException, HttpHeaders, HttpStatus, ServerWebExchange) - Method in class org.nentangso.core.web.rest.errors.ResponseEntityExceptionHandler
Customize the response for HttpMessageNotReadableException.
handleHttpMessageNotWritable(HttpMessageNotWritableException, HttpHeaders, HttpStatus, ServerWebExchange) - Method in class org.nentangso.core.web.rest.errors.ResponseEntityExceptionHandler
Customize the response for HttpMessageNotWritableException.
handleInternalServerError(Exception, ServerWebExchange) - Method in class org.nentangso.core.web.rest.errors.NtsExceptionTranslator
 
handleMethodArgumentNotValid(MethodArgumentNotValidException, HttpHeaders, HttpStatus, ServerWebExchange) - Method in class org.nentangso.core.web.rest.errors.NtsExceptionTranslator
 
handleMethodArgumentNotValid(MethodArgumentNotValidException, HttpHeaders, HttpStatus, ServerWebExchange) - Method in class org.nentangso.core.web.rest.errors.ResponseEntityExceptionHandler
Customize the response for MethodArgumentNotValidException.
handleNtsException(Exception, ServerWebExchange) - Method in class org.nentangso.core.web.rest.errors.NtsExceptionTranslator
 
handleTypeMismatch(TypeMismatchException, HttpHeaders, HttpStatus, ServerWebExchange) - Method in class org.nentangso.core.web.rest.errors.ResponseEntityExceptionHandler
Customize the response for TypeMismatchException.

J

javaTimeModule() - Method in class org.nentangso.core.config.NtsJacksonConfiguration
Support for Java date and time API.
jdk8TimeModule() - Method in class org.nentangso.core.config.NtsJacksonConfiguration
 

L

localeChangeFilter(LocaleContextResolver) - Method in class org.nentangso.core.config.NtsLocaleConfiguration
 
localeContextResolver() - Method in class org.nentangso.core.config.NtsLocaleConfiguration
 
logger - Variable in class org.nentangso.core.web.rest.errors.ResponseEntityExceptionHandler
Common logger for use in subclasses.

N

NtsDateTimeFormatConfiguration - Class in org.nentangso.core.config
Configure the converters to use the ISO format for dates by default.
NtsDateTimeFormatConfiguration() - Constructor for class org.nentangso.core.config.NtsDateTimeFormatConfiguration
 
NtsExceptionTranslator - Class in org.nentangso.core.web.rest.errors
Controller advice to translate the server side exceptions to client-friendly json structures.
NtsExceptionTranslator() - Constructor for class org.nentangso.core.web.rest.errors.NtsExceptionTranslator
 
NtsJacksonConfiguration - Class in org.nentangso.core.config
 
NtsJacksonConfiguration() - Constructor for class org.nentangso.core.config.NtsJacksonConfiguration
 
NtsLocaleConfiguration - Class in org.nentangso.core.config
 
NtsLocaleConfiguration() - Constructor for class org.nentangso.core.config.NtsLocaleConfiguration
 

O

org.nentangso.core.config - package org.nentangso.core.config
 
org.nentangso.core.web.rest.errors - package org.nentangso.core.web.rest.errors
Specific errors used with Zalando's "problem-spring-web" library.

P

PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class org.nentangso.core.web.rest.errors.ResponseEntityExceptionHandler
Log category to use when no mapped handler is found for a request.
pageNotFoundLogger - Static variable in class org.nentangso.core.web.rest.errors.ResponseEntityExceptionHandler
Specific logger to use when no mapped handler is found for a request.

R

realmName - Variable in class org.nentangso.core.web.rest.errors.NtsExceptionTranslator
 
respond(ServerWebExchange, HttpStatus, Map<String, String>, String) - Method in class org.nentangso.core.web.rest.errors.NtsExceptionTranslator
 
ResponseEntityExceptionHandler - Class in org.nentangso.core.web.rest.errors
A class with an @ExceptionHandler method that handles all Spring WebFlux raised exceptions by returning a ResponseEntity with RFC 7807 formatted error details in the body.
ResponseEntityExceptionHandler() - Constructor for class org.nentangso.core.web.rest.errors.ResponseEntityExceptionHandler
 
A B C G H J L N O P R 
All Classes All Packages