Package | Description |
---|---|
org.jboss.logging.processor.model | |
org.jboss.logging.processor.util | |
org.jboss.logging.processor.validation |
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 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 | Method and Description |
---|---|
MessageObject |
ValidationMessage.getMessageObject()
Returns the message object that caused the error.
|
Modifier and Type | Method and Description |
---|---|
static ValidationMessage |
ValidationMessageFactory.createError(MessageObject messageObject,
String message) |
static ValidationMessage |
ValidationMessageFactory.createError(MessageObject messageObject,
String format,
Object... args) |
static ValidationMessage |
ValidationMessageFactory.createWarning(MessageObject messageObject,
String message) |
static ValidationMessage |
ValidationMessageFactory.createWarning(MessageObject messageObject,
String format,
Object... args) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.