| Package | Description |
|---|---|
| net.ideahut.springboot.message | |
| net.ideahut.springboot.object | |
| net.ideahut.springboot.util |
| Modifier and Type | Method and Description |
|---|---|
Message |
ResourceBundleMessageHandler.getMessage(String code) |
Message |
MessageHandler.getMessage(String code) |
Message |
ResourceBundleMessageHandler.getMessage(String code,
boolean checkArgs,
Collection<String> args) |
Message |
MessageHandler.getMessage(String code,
boolean checkArgs,
Collection<String> args) |
Message |
ResourceBundleMessageHandler.getMessage(String code,
Collection<String> args) |
Message |
MessageHandler.getMessage(String code,
Collection<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 |
|---|---|
List<Message> |
Result.getError() |
| 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 © 2023. All rights reserved.