public void setMappedEndpoints(Set mappedEndpoints)(Code)
Specify the set of endpoints that this exception resolver should map.
The exception mappings and the default
fault will only apply to the specified endpoints.
If no endpoints are set, both the exception mappings and the default fault will apply to all handlers. This means
that a specified default fault will be used as fallback for all exceptions; any further
EndpointExceptionResolvers in the chain will be ignored in this case.
Specify the order value for this mapping.
Default value is
Integer.MAX_VALUE , meaning that it's non-ordered.
See Also: org.springframework.core.Ordered.getOrder