public interface RequestReader
| Modifier and Type | Method and Description |
|---|---|
<I> I |
bindJson(String body,
Class<I> clazz,
Class<?>... groups)
bind request body to specific class.
|
<I> I |
readJson(String body,
Class<I> clazz)
read request body into new object possibly
|
Copyright © 2023 flmelody. All rights reserved.