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 classprivate static classFields in org.jboss.logging.processor.apt declared as ParameterFields in org.jboss.logging.processor.apt with type parameters of type ParameterModifier and TypeFieldDescriptionThrowableTypeFactory.AptReturnThrowableType.constructionParametersprivate final Map<TypeMirror, Set<Parameter>> MessageMethodBuilder.AptMessageMethod.parametersMethods in org.jboss.logging.processor.apt that return ParameterModifier and TypeMethodDescriptionMessageMethodBuilder.AptMessageMethod.cause()static ParameterParameterFactory.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.JParamDeclarationImplementationClassModel.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.JAssignableExprImplementationClassModel.createTransformVar(List<String> parameterNames, org.jboss.jdeparser.JBlock methodBody, Parameter param, org.jboss.jdeparser.JExpr var) (package private) org.jboss.jdeparser.JAssignableExprImplementationClassModel.createTransformVar(List<String> parameterNames, org.jboss.jdeparser.JBlock methodBody, Parameter param, Transform transform, org.jboss.jdeparser.JExpr var) private StringImplementationClassModel.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 StringPropertyValidator.resolveFieldName(Parameter parameter) private StringPropertyValidator.resolveSetterName(Parameter parameter) private voidPropertyValidator.validateCommonAnnotation(Parameter parameter, Class<? extends Annotation> annotation) private voidValidator.validateTransform(List<ValidationMessage> messages, Parameter parameter, Transform transform)