public interface ResultHandlerService
| Modifier and Type | Method and Description | 
|---|---|
| void | handle(Object result)Handle result. | 
| void | handle(Object result,
      org.springframework.core.convert.TypeDescriptor resultType)Handle result to the specified . | 
void handle(@Nullable
            Object result)
result - the resultvoid handle(@Nullable
            Object result,
            @Nullable
            org.springframework.core.convert.TypeDescriptor resultType)
result - the resultresultType - the result typeCopyright © 2022. All rights reserved.