| Package | Description |
|---|---|
| org.jboss.logging.processor.apt | |
| org.jboss.logging.processor.model | |
| org.jboss.logging.processor.util | |
| org.jboss.logging.processor.validation |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AbstractMessageObjectType |
private static class |
MessageInterfaceFactory.AptMessageInterface
Message interface implementation.
|
private static class |
MessageInterfaceFactory.LoggerInterface |
private static class |
MessageMethodBuilder.AptMessageMethod
An implementation for the MessageMethod interface.
|
private static class |
ParameterFactory.AptParameter |
private static class |
ReturnTypeFactory.AptReturnType
Implementation of return type.
|
private static class |
ThrowableTypeFactory.AptReturnThrowableType |
private static class |
ThrowableTypeFactory.AptThrowableType |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MessageInterface
Date: 28.07.2011
|
interface |
MessageMethod
Date: 29.07.2011
|
interface |
MessageObjectType
Date: 23.08.2011
|
interface |
Parameter |
interface |
ReturnType
Date: 29.07.2011
|
interface |
ThrowableType
Date: 27.09.2011
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ReturnType.VoidReturnType
Default type if the return type is void.
|
| Modifier and Type | Method and Description |
|---|---|
static javax.lang.model.element.Element |
ElementHelper.fromMessageObject(MessageObject object)
If the
reference() is an instance of Element, then the value is returned, otherwise null is returned. |
| Modifier and Type | Field and Description |
|---|---|
private MessageObject |
ValidationMessageFactory.AbstractValidationMessage.messageObject |
| Modifier and Type | Method and Description |
|---|---|
MessageObject |
ValidationMessage.getMessageObject()
Returns the message object that caused the error.
|
MessageObject |
ValidationMessageFactory.AbstractValidationMessage.getMessageObject() |
| Modifier and Type | Method and Description |
|---|---|
static ValidationMessage |
ValidationMessageFactory.createError(MessageObject messageObject,
java.lang.String message) |
static ValidationMessage |
ValidationMessageFactory.createError(MessageObject messageObject,
java.lang.String format,
java.lang.Object... args) |
static ValidationMessage |
ValidationMessageFactory.createWarning(MessageObject messageObject,
java.lang.String message) |
static ValidationMessage |
ValidationMessageFactory.createWarning(MessageObject messageObject,
java.lang.String format,
java.lang.Object... args) |
| Constructor and Description |
|---|
AbstractValidationMessage(MessageObject messageObject,
java.lang.String message) |
ValidationErrorMessage(MessageObject messageObject,
java.lang.String message) |
ValidationWarningMessage(MessageObject messageObject,
java.lang.String message) |