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
TypeDescriptor . |
void handle(@Nullable Object result)
result
- the resultvoid handle(@Nullable Object result, @Nullable org.springframework.core.convert.TypeDescriptor resultType)
TypeDescriptor
.result
- the resultresultType
- the result typeCopyright © 2024. All rights reserved.