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 class
WebClientAccessTokenRetriever
A 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 class
DefaultWebClientErrorDecoder
This web client error decoder generates aWebClientException
from the error response.class
MessageAwareWebClientErrorDecoder
This web client error decoder generates aWebClientException
from the error response.
-