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