Encoder/Decoder based payload serialization

See gh-21987
This commit is contained in:
Rossen Stoyanchev
2019-01-25 17:47:57 -05:00
parent bcf4f3911b
commit e3e1ffc986
12 changed files with 869 additions and 7 deletions

View File

@@ -57,7 +57,9 @@ import org.springframework.util.ReflectionUtils;
import static java.util.stream.Collectors.*;
/**
* Convenience class to resolve method parameters from hints.
* Convenience class to resolve to a Method and method parameters.
*
* <p>Note that a replica of this class also exists in spring-messaging.
*
* <h1>Background</h1>
*