Package | Description |
---|---|
org.jboss.logging.processor.apt | |
org.jboss.logging.processor.model | |
org.jboss.logging.processor.validation |
Modifier and Type | Method and Description |
---|---|
Annotations.FormatType |
AnnotationsImpl.messageFormat(ExecutableElement method) |
Annotations.FormatType |
Annotations.messageFormat(ExecutableElement method)
Returns the method format type.
|
static Annotations.FormatType |
Annotations.FormatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Annotations.FormatType[] |
Annotations.FormatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
AnnotationsImpl.loggerMethod(Annotations.FormatType formatType) |
String |
Annotations.loggerMethod(Annotations.FormatType formatType)
Returns the logger method name to use or an empty string if the method is not a logger method.
|
Modifier and Type | Method and Description |
---|---|
Annotations.FormatType |
MessageMethod.Message.format()
The message format type for the message.
|
Modifier and Type | Method and Description |
---|---|
static FormatValidator |
FormatValidatorFactory.create(Annotations.FormatType format,
String message) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.