Generated by
JDiff

Class org.springframework.web.context.request.async.DeferredResult

Added Methods
Object getResult() @return the result or {@code null} if the result wasn't set; since the result can also be {@code null}, it is recommended to use .hasResult() first to check if there is a result prior to calling this method.
boolean hasResult() @return {@code true} if the DeferredResult has been set.