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 MessageKeysMessageKeys. valueOf(java.lang.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 java.lang.StringMessages. getMessage(MessageKeys key, java.lang.Object... objects)Gets message by key.static java.lang.StringMessages. getMessage(MessageKeys key, java.util.Locale locale, java.lang.Object... objects)Gets message by key and locale.
-