Uses of Interface
org.jboss.logging.processor.model.Parameter
Packages that use Parameter
Package
Description
-
Uses of Parameter in org.jboss.logging.processor.apt
Classes in org.jboss.logging.processor.apt that implement ParameterModifier and TypeClassDescriptionprivate static class
private static class
Fields in org.jboss.logging.processor.apt declared as ParameterFields in org.jboss.logging.processor.apt with type parameters of type ParameterModifier and TypeFieldDescriptionThrowableTypeFactory.AptReturnThrowableType.constructionParameters
private final Map<TypeMirror,
Set<Parameter>> MessageMethodBuilder.AptMessageMethod.parameters
Methods in org.jboss.logging.processor.apt that return ParameterModifier and TypeMethodDescriptionMessageMethodBuilder.AptMessageMethod.cause()
static Parameter
ParameterFactory.forMessageMethod
(MessageMethod messageMethod) Methods in org.jboss.logging.processor.apt that return types with arguments of type ParameterModifier and TypeMethodDescriptionThrowableTypeFactory.AptReturnThrowableType.constructionParameters()
ThrowableTypeFactory.AptThrowableType.constructionParameters()
ParameterFactory.of
(ProcessingEnvironment processingEnv, ExecutableElement method) MessageMethodBuilder.AptMessageMethod.parameters()
MessageMethodBuilder.AptMessageMethod.parametersAnnotatedWith
(Class<? extends Annotation> annotation) Methods in org.jboss.logging.processor.apt with parameters of type Parameter -
Uses of Parameter in org.jboss.logging.processor.generator.model
Methods in org.jboss.logging.processor.generator.model that return types with arguments of type ParameterModifier and TypeMethodDescriptionMessageLoggerImplementor.createParameters
(MessageMethod messageMethod, org.jboss.jdeparser.JMethodDef method) Methods in org.jboss.logging.processor.generator.model with parameters of type ParameterModifier and TypeMethodDescriptionprotected 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
(List<String> parameterNames, org.jboss.jdeparser.JBlock methodBody, Parameter param, org.jboss.jdeparser.JExpr var) (package private) org.jboss.jdeparser.JAssignableExpr
ImplementationClassModel.createTransformVar
(List<String> parameterNames, org.jboss.jdeparser.JBlock methodBody, Parameter param, Transform transform, org.jboss.jdeparser.JExpr var) private String
ImplementationClassModel.getUniqueName
(List<String> parameterNames, Parameter parameter, String suffix) -
Uses of Parameter in org.jboss.logging.processor.model
Methods in org.jboss.logging.processor.model that return ParameterMethods in org.jboss.logging.processor.model that return types with arguments of type ParameterModifier and TypeMethodDescriptionThrowableType.constructionParameters()
The parameters needed to construct the throwable, if not using the default constructor.MessageMethod.parameters()
Returns the parameters for the method.MessageMethod.parametersAnnotatedWith
(Class<? extends Annotation> annotation) Returns an unmodifiable collection of the parameters specified by the parameter type or an empty set. -
Uses of Parameter in org.jboss.logging.processor.validation
Methods in org.jboss.logging.processor.validation with parameters of type ParameterModifier and TypeMethodDescriptionprivate String
PropertyValidator.resolveFieldName
(Parameter parameter) private String
PropertyValidator.resolveSetterName
(Parameter parameter) private void
PropertyValidator.validateCommonAnnotation
(Parameter parameter, Class<? extends Annotation> annotation) private void
Validator.validateTransform
(List<ValidationMessage> messages, Parameter parameter, Transform transform)