Package | Description |
---|---|
org.jboss.logging.processor.apt | |
org.jboss.logging.processor.model |
Modifier and Type | Class and Description |
---|---|
private static class |
ReturnTypeFactory.AptReturnType
Implementation of return type.
|
Modifier and Type | Field and Description |
---|---|
private ReturnType |
MessageMethodBuilder.AptMessageMethod.returnType |
Modifier and Type | Method and Description |
---|---|
static ReturnType |
ReturnTypeFactory.of(javax.lang.model.util.Elements elements,
javax.lang.model.util.Types types,
javax.lang.model.type.TypeMirror returnType,
MessageMethod method) |
ReturnType |
MessageMethodBuilder.AptMessageMethod.returnType() |
Modifier and Type | Class and Description |
---|---|
static class |
ReturnType.VoidReturnType
Default type if the return type is void.
|
Modifier and Type | Field and Description |
---|---|
static ReturnType |
ReturnType.VOID |
Modifier and Type | Method and Description |
---|---|
ReturnType |
MessageMethod.returnType()
Returns the return type for the method.
|