Package | Description |
---|---|
org.jboss.logging.processor.model |
Modifier and Type | Method and Description |
---|---|
Parameter |
MessageMethod.cause()
|
Modifier and Type | Method and 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 © 2020 JBoss by Red Hat. All rights reserved.