Uses of Class
org.bremersee.web.reactive.function.client.AbstractWebClientErrorDecoder
-
Packages that use AbstractWebClientErrorDecoder Package Description org.bremersee.security.authentication org.bremersee.web.reactive.function.client -
-
Uses of AbstractWebClientErrorDecoder in org.bremersee.security.authentication
Subclasses of AbstractWebClientErrorDecoder in org.bremersee.security.authentication Modifier and Type Class Description classWebClientAccessTokenRetrieverA reactive implementation of theAccessTokenRetriever. -
Uses of AbstractWebClientErrorDecoder in org.bremersee.web.reactive.function.client
Subclasses of AbstractWebClientErrorDecoder in org.bremersee.web.reactive.function.client Modifier and Type Class Description classDefaultWebClientErrorDecoderThis web client error decoder generates aWebClientExceptionfrom the error response.classMessageAwareWebClientErrorDecoderThis web client error decoder generates aWebClientExceptionfrom the error response.
-