| Package | Description |
|---|---|
| org.eclipse.yasson.internal.properties |
| Modifier and Type | Method | Description |
|---|---|---|
static MessageKeys |
MessageKeys.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MessageKeys[] |
MessageKeys.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static String |
Messages.getMessage(MessageKeys key,
Object... objects) |
Gets message by key.
|
static String |
Messages.getMessage(MessageKeys key,
Locale locale,
Object... objects) |
Gets message by key and locale.
|
Copyright © 2018 Oracle Corporation. All rights reserved.