Uses of Enum
org.eclipse.yasson.internal.properties.MessageKeys
Packages that use MessageKeys
-
Uses of MessageKeys in org.eclipse.yasson.internal.properties
Methods in org.eclipse.yasson.internal.properties that return MessageKeysModifier and TypeMethodDescriptionstatic MessageKeys
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 MessageKeysModifier and TypeMethodDescriptionstatic 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.