| Package | Description |
|---|---|
| cn.orionsec.kit.lang.define.wrapper | |
| cn.orionsec.kit.lang.exception.argument | |
| cn.orionsec.kit.lang.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpWrapper<T>
restful 结果封装
|
class |
RpcWrapper<T>
rpc 远程调用结果封装
|
class |
TextWrapper
restful 文本包装
|
class |
UrlWrapper<T>
需要对 url 操作的结果集
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Wrapper<?>> |
WrapperException.getWrapper() |
| Constructor and Description |
|---|
WrapperException(Wrapper<?> wrapper) |
WrapperException(Wrapper<?> wrapper,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static WrapperException |
Exceptions.wrapper(Wrapper<?> wrapper) |
static WrapperException |
Exceptions.wrapper(Wrapper<?> wrapper,
Throwable t) |
Copyright © 2025. All rights reserved.