| Package | Description |
|---|---|
| net.ideahut.springboot.crud | |
| net.ideahut.springboot.message | |
| net.ideahut.springboot.object | |
| net.ideahut.springboot.util |
| Modifier and Type | Method and Description |
|---|---|
Message |
CrudResult.getError() |
| Modifier and Type | Method and Description |
|---|---|
static CrudResult |
CrudResult.error(Message error) |
static CrudResult |
CrudResult.error(Message error,
MapStringObject info) |
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageHandler.getMessage(String code) |
Message |
MessageHandler.getMessage(String code,
boolean checkArgs,
String... args) |
Message |
MessageHandler.getMessage(String code,
String... args) |
| Modifier and Type | Method and Description |
|---|---|
static Message |
Message.of(String code,
String text) |
Message |
Message.setCode(String code) |
Message |
Message.setField(String field) |
Message |
Message.setObject(String object) |
Message |
Message.setText(String text) |
| Modifier and Type | Method and Description |
|---|---|
static Result |
Result.error(Message error) |
| Modifier and Type | Method and Description |
|---|---|
static Result |
Result.error(List<Message> error) |
Result |
Result.setError(List<Message> error) |
| Modifier and Type | Method and Description |
|---|---|
static List<Message> |
ErrorUtil.getErrors(Throwable ex) |
static List<Message> |
ErrorUtil.getErrors(Throwable ex,
boolean isCheckSql) |
Copyright © 2024. All rights reserved.