Package | Description |
---|---|
org.jboss.logging.processor.model |
Modifier and Type | Method | Description |
---|---|---|
Parameter |
MessageMethod.cause() |
Modifier and Type | Method | Description |
---|---|---|
Set<Parameter> |
ThrowableType.constructionParameters() |
The parameters needed to construct the throwable, if not using the default constructor.
|
Set<Parameter> |
MessageMethod.parameters() |
Returns the parameters for the method.
|
Set<Parameter> |
MessageMethod.parametersAnnotatedWith(Class<? extends Annotation> annotation) |
Returns an unmodifiable collection of the parameters specified by the parameter type or an empty set.
|
Copyright © 2018. All rights reserved.