Uses of Class
org.eclipse.yasson.internal.properties.MessageKeys
-
Packages that use MessageKeys Package Description org.eclipse.yasson.internal.properties -
-
Uses of MessageKeys in org.eclipse.yasson.internal.properties
Methods in org.eclipse.yasson.internal.properties that return MessageKeys 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.Methods in org.eclipse.yasson.internal.properties with parameters of type MessageKeys 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.
-