All Classes and Interfaces
Class
Description
Basic implementation of
MessageKey with a few extensions.Converts several java.time types to
Date.Converts
MonetaryAmount to CurrencyAmount.Converts several java.time types and
Calendar to Calendar.A message argument.
Converts message arguments from a type that is used in the application to a type that can be
handled by the used messsage format.
A message key.
Used to mark generated message key constants interfaces.
A message key with information about its arguments.
Simple functional interface that takes a message key plus an array of message arguments and
returns the formatted message.
A marker interface extended by all generated message proxy interfaces.
Used to mark generated message proxy interfaces.
Used to mark the methods of generated message proxy interfaces.
Used to mark parameters of message proxy methods that have an message argument name associated
with it.
This annotation is used to declare message keys on types, fields or methods and can also be used
as a meta-annotation.
This annotation is used to declare message keys for types that cannot be annotated directly.
Container for repeated
@MessagesFor annotations.Simple functional interface that takes a
ResolvableMessage and returns the formatted
message.Contains a message key code and the message arguments as named and indexed values to resolve it.
Default implementation of
ResolvableMessage.