@Value.Immutable
public interface ErrorMessage
| Modifier and Type | Method and Description |
|---|---|
default List<Object> |
args() |
static ImmutableErrorMessage.Builder |
builder() |
String |
key() |
static ErrorMessage |
of(String key,
Object... arg) |
String key()
static ErrorMessage of(String key, Object... arg)
static ImmutableErrorMessage.Builder builder()
Copyright © 2023. All rights reserved.