|
JBoss Logging I18n Annotation Processor 1.1.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageInterface | |
|---|---|
| org.jboss.logging.processor.apt | |
| org.jboss.logging.processor.generator.model | |
| org.jboss.logging.processor.model | |
| org.jboss.logging.processor.validation | |
| Uses of MessageInterface in org.jboss.logging.processor.apt |
|---|
| Methods in org.jboss.logging.processor.apt that return MessageInterface | |
|---|---|
static MessageInterface |
MessageInterfaceFactory.of(ProcessingEnvironment processingEnvironment,
TypeElement interfaceElement)
Creates a message interface from the TypeElement specified by the interfaceElement parameter. |
| Methods in org.jboss.logging.processor.apt with parameters of type MessageInterface | |
|---|---|
abstract void |
AbstractGenerator.processTypeElement(TypeElement annotation,
TypeElement element,
MessageInterface messageInterface)
Processes a type element. |
| Uses of MessageInterface in org.jboss.logging.processor.generator.model |
|---|
| Methods in org.jboss.logging.processor.generator.model that return MessageInterface | |
|---|---|
MessageInterface |
ClassModel.messageInterface()
Returns the message interface being used. |
| Methods in org.jboss.logging.processor.generator.model with parameters of type MessageInterface | |
|---|---|
static ClassModel |
ClassModelFactory.implementation(MessageInterface messageInterface,
boolean useLogging31)
Creates an implementation code model from the message interface. |
static String |
ClassModelHelper.implementationClassName(MessageInterface messageInterface)
Creates the implementation class name for the message interface. |
static String |
ClassModelHelper.implementationClassName(MessageInterface messageInterface,
String translationSuffix)
Creates the implementation class name for the message interface. |
static ClassModel |
ClassModelFactory.translation(MessageInterface messageInterface,
String translationSuffix,
Map<MessageMethod,String> translations)
Creates a class model for created translation implementations of the message interface. |
| Uses of MessageInterface in org.jboss.logging.processor.model |
|---|
| Methods in org.jboss.logging.processor.model that return types with arguments of type MessageInterface | |
|---|---|
Set<MessageInterface> |
MessageInterface.extendedInterfaces()
A set of qualified interface names this interface extends or an empty set. |
| Uses of MessageInterface in org.jboss.logging.processor.validation |
|---|
| Methods in org.jboss.logging.processor.validation with parameters of type MessageInterface | |
|---|---|
Collection<ValidationMessage> |
Validator.validate(MessageInterface messageInterface)
Validates the message interface and returns a collection of validation messages or an empty collection. |
Collection<ValidationMessage> |
MessageIdValidator.validate(MessageInterface messageInterface,
MessageMethod messageMethod)
|
|
JBoss Logging I18n Annotation Processor 1.1.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||