Uses of Interface
org.jboss.logging.processor.model.MessageMethod
Packages that use MessageMethod
Package
Description
-
Uses of MessageMethod in org.jboss.logging.processor.apt.report
Methods in org.jboss.logging.processor.apt.report with parameters of type MessageMethodModifier and TypeMethodDescriptionabstract void
ReportWriter.writeDetail
(MessageMethod messageMethod) Writes a detail line for the report. -
Uses of MessageMethod in org.jboss.logging.processor.generator.model
Method parameters in org.jboss.logging.processor.generator.model with type arguments of type MessageMethodModifier and TypeMethodDescriptionstatic ClassModel
ClassModelFactory.translation
(ProcessingEnvironment processingEnv, MessageInterface messageInterface, String translationSuffix, Map<MessageMethod, String> translations) Creates a class model for created translation implementations of the message interface. -
Uses of MessageMethod in org.jboss.logging.processor.model
Methods in org.jboss.logging.processor.model that return types with arguments of type MessageMethodModifier and TypeMethodDescriptionMessageInterface.methods()
A collection of all the methods this interface needs to implement. -
Uses of MessageMethod in org.jboss.logging.processor.validation
Methods in org.jboss.logging.processor.validation with parameters of type MessageMethodModifier and TypeMethodDescriptionstatic FormatValidator
FormatValidatorFactory.create
(MessageMethod messageMethod) MessageIdValidator.validate
(MessageInterface messageInterface, MessageMethod messageMethod)