Uses of Class
org.jboss.logging.annotations.Message.Format
-
Packages that use Message.Format Package Description org.jboss.logging.annotations org.jboss.logging.processor.model org.jboss.logging.processor.validation -
-
Uses of Message.Format in org.jboss.logging.annotations
Methods in org.jboss.logging.annotations that return Message.Format Modifier and Type Method Description Message.Format
format()
The format type of this method (defaults toPRINTF
).static Message.Format
Message.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static Message.Format[]
Message.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Message.Format in org.jboss.logging.processor.model
Methods in org.jboss.logging.processor.model that return Message.Format Modifier and Type Method Description Message.Format
MessageMethod.Message. format()
The message format type for the message. -
Uses of Message.Format in org.jboss.logging.processor.validation
Methods in org.jboss.logging.processor.validation with parameters of type Message.Format Modifier and Type Method Description static FormatValidator
FormatValidatorFactory. create(Message.Format format, String message)
-