Package | Description |
---|---|
org.jboss.logging.processor.apt | |
org.jboss.logging.processor.model |
Modifier and Type | Field and Description |
---|---|
private Parameter.ParameterType |
ParameterFactory.AptParameter.parameterType |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Parameter.ParameterType,java.util.Set<Parameter>> |
MessageMethodBuilder.AptMessageMethod.parameters |
Modifier and Type | Method and Description |
---|---|
Parameter.ParameterType |
ParameterFactory.AptParameter.parameterType() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Parameter> |
MessageMethodBuilder.AptMessageMethod.parameters(Parameter.ParameterType parameterType) |
java.util.Set<Parameter> |
MessageMethodBuilder.AptMessageMethod.parameters(Parameter.ParameterType parameterType,
Parameter.ParameterType... parameterTypes) |
java.util.Set<Parameter> |
MessageMethodBuilder.AptMessageMethod.parameters(Parameter.ParameterType parameterType,
Parameter.ParameterType... parameterTypes) |
Modifier and Type | Method and Description |
---|---|
Parameter.ParameterType |
Parameter.parameterType()
Returns the
parameter type of the parameter. |
static Parameter.ParameterType |
Parameter.ParameterType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Parameter.ParameterType[] |
Parameter.ParameterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Parameter> |
MessageMethod.parameters(Parameter.ParameterType parameterType)
Returns an unmodifiable collection of the parameters specified by the parameter type or an empty set.
|
java.util.Set<Parameter> |
MessageMethod.parameters(Parameter.ParameterType parameterType,
Parameter.ParameterType... parameterTypes)
Returns an unmodifiable collection of the parameters specified by the parameter type or an empty set.
|
java.util.Set<Parameter> |
MessageMethod.parameters(Parameter.ParameterType parameterType,
Parameter.ParameterType... parameterTypes)
Returns an unmodifiable collection of the parameters specified by the parameter type or an empty set.
|