Package | Description |
---|---|
org.jboss.logging.processor.apt | |
org.jboss.logging.processor.model |
Modifier and Type | Class and Description |
---|---|
private static class |
ThrowableTypeFactory.AptReturnThrowableType |
private static class |
ThrowableTypeFactory.AptThrowableType |
Modifier and Type | Field and Description |
---|---|
private ThrowableType |
ReturnTypeFactory.AptReturnType.throwableType |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<ThrowableType> |
MessageMethodBuilder.AptMessageMethod.thrownTypes |
Modifier and Type | Method and Description |
---|---|
static ThrowableType |
ThrowableTypeFactory.forReturnType(javax.lang.model.util.Elements elements,
javax.lang.model.util.Types types,
javax.lang.model.type.TypeMirror type,
MessageMethod messageMethod)
Creates a new descriptor that is not primitive.
|
static ThrowableType |
ThrowableTypeFactory.of(javax.lang.model.util.Elements elements,
javax.lang.model.util.Types types,
javax.lang.model.type.TypeMirror type)
Creates a new descriptor that is not primitive.
|
ThrowableType |
ReturnTypeFactory.AptReturnType.throwableReturnType() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ThrowableType> |
MessageMethodBuilder.AptMessageMethod.thrownTypes() |
Modifier and Type | Method and Description |
---|---|
int |
ThrowableTypeFactory.AptThrowableType.compareTo(ThrowableType o) |
Modifier and Type | Method and Description |
---|---|
ThrowableType |
ReturnType.throwableReturnType()
Returns the exception return type if
ReturnType.isThrowable() returns true . |
ThrowableType |
ReturnType.VoidReturnType.throwableReturnType() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ThrowableType> |
MessageMethod.thrownTypes()
Returns a collection of throwable types the method throws.
|