Package | Description |
---|---|
org.jboss.logging.processor.apt | |
org.jboss.logging.processor.generator.model | |
org.jboss.logging.processor.model | |
org.jboss.logging.processor.validation |
Modifier and Type | Class and Description |
---|---|
private static class |
ParameterFactory.AptParameter |
Modifier and Type | Field and Description |
---|---|
private Parameter |
MessageMethodBuilder.AptMessageMethod.cause |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<Parameter> |
ThrowableTypeFactory.AptReturnThrowableType.constructionParameters |
private java.util.Map<Parameter.ParameterType,java.util.Set<Parameter>> |
MessageMethodBuilder.AptMessageMethod.parameters |
Modifier and Type | Method and Description |
---|---|
Parameter |
MessageMethodBuilder.AptMessageMethod.cause() |
static Parameter |
ParameterFactory.forMessageMethod(MessageMethod messageMethod) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Parameter> |
ThrowableTypeFactory.AptThrowableType.constructionParameters() |
java.util.Set<Parameter> |
ThrowableTypeFactory.AptReturnThrowableType.constructionParameters() |
static java.util.Set<Parameter> |
ParameterFactory.of(javax.lang.model.util.Elements elements,
javax.lang.model.util.Types types,
javax.lang.model.element.ExecutableElement method) |
java.util.Set<Parameter> |
MessageMethodBuilder.AptMessageMethod.parameters(Parameter.ParameterType parameterType) |
java.util.Set<Parameter> |
MessageMethodBuilder.AptMessageMethod.parameters(Parameter.ParameterType parameterType,
Parameter.ParameterType... parameterTypes) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
MessageMethodBuilder.AptMessageMethod.add(Parameter parameter) |
private boolean |
ReturnTypeFactory.AptReturnType.checkType(Parameter parameter,
javax.lang.model.type.TypeMirror type) |
int |
ParameterFactory.AptParameter.compareTo(Parameter other) |
boolean |
ReturnTypeFactory.AptReturnType.hasFieldFor(Parameter parameter) |
boolean |
ReturnTypeFactory.AptReturnType.hasMethodFor(Parameter parameter) |
private java.lang.String |
ReturnTypeFactory.AptReturnType.unbox(Parameter parameter) |
Modifier and Type | Method and Description |
---|---|
private java.util.Map<Parameter,org.jboss.jdeparser.JParamDeclaration> |
MessageLoggerImplementor.createParameters(MessageMethod messageMethod,
org.jboss.jdeparser.JMethodDef method) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.jdeparser.JParamDeclaration |
ImplementationClassModel.addMethodParameter(org.jboss.jdeparser.JMethodDef method,
Parameter param)
Adds the parameter to the method returning the reference to the parameter.
|
(package private) org.jboss.jdeparser.JAssignableExpr |
ImplementationClassModel.createTransformVar(java.util.List<java.lang.String> parameterNames,
org.jboss.jdeparser.JBlock methodBody,
Parameter param,
org.jboss.jdeparser.JExpr var) |
(package private) org.jboss.jdeparser.JAssignableExpr |
ImplementationClassModel.createTransformVar(java.util.List<java.lang.String> parameterNames,
org.jboss.jdeparser.JBlock methodBody,
Parameter param,
Transform transform,
org.jboss.jdeparser.JExpr var) |
private java.lang.String |
ImplementationClassModel.getUniqueName(java.util.List<java.lang.String> parameterNames,
Parameter parameter,
java.lang.String suffix) |
Modifier and Type | Method and Description |
---|---|
Parameter |
MessageMethod.cause()
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Parameter> |
ThrowableType.constructionParameters()
The parameters needed to construct the throwable, if not using the default constructor.
|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ReturnType.hasFieldFor(Parameter parameter)
Checks to see if the return type has a field with the name with the same name and type as the
parameter . |
boolean |
ReturnType.VoidReturnType.hasFieldFor(Parameter parameter) |
boolean |
ReturnType.hasMethodFor(Parameter parameter)
Checks to see if the return type has a method with the name with the same name and parameter type as the
parameter . |
boolean |
ReturnType.VoidReturnType.hasMethodFor(Parameter parameter) |
Modifier and Type | Method and Description |
---|---|
private void |
Validator.validateTransform(java.util.List<ValidationMessage> messages,
Parameter parameter,
Transform transform) |