Uses of Interface
org.jboss.logging.processor.model.Parameter
-
Packages that use Parameter Package Description org.jboss.logging.processor.apt org.jboss.logging.processor.generator.model org.jboss.logging.processor.model org.jboss.logging.processor.validation -
-
Uses of Parameter in org.jboss.logging.processor.apt
Classes in org.jboss.logging.processor.apt that implement Parameter Modifier and Type Class Description private static classParameterFactory.AptParameterprivate static classParameterFactory.MessageMethodParameterFields in org.jboss.logging.processor.apt declared as Parameter Modifier and Type Field Description private ParameterMessageMethodBuilder.AptMessageMethod. causeFields in org.jboss.logging.processor.apt with type parameters of type Parameter Modifier and Type Field Description private java.util.Set<Parameter>ThrowableTypeFactory.AptReturnThrowableType. constructionParametersprivate java.util.Map<javax.lang.model.type.TypeMirror,java.util.Set<Parameter>>MessageMethodBuilder.AptMessageMethod. parametersMethods in org.jboss.logging.processor.apt that return Parameter Modifier and Type Method Description ParameterMessageMethodBuilder.AptMessageMethod. cause()static ParameterParameterFactory. forMessageMethod(MessageMethod messageMethod)Methods in org.jboss.logging.processor.apt that return types with arguments of type Parameter Modifier and Type Method Description java.util.Set<Parameter>ThrowableTypeFactory.AptReturnThrowableType. constructionParameters()java.util.Set<Parameter>ThrowableTypeFactory.AptThrowableType. constructionParameters()static java.util.Set<Parameter>ParameterFactory. of(javax.annotation.processing.ProcessingEnvironment processingEnv, javax.lang.model.element.ExecutableElement method)java.util.Set<Parameter>MessageMethodBuilder.AptMessageMethod. parameters()java.util.Set<Parameter>MessageMethodBuilder.AptMessageMethod. parametersAnnotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)Methods in org.jboss.logging.processor.apt with parameters of type Parameter Modifier and Type Method Description (package private) voidMessageMethodBuilder.AptMessageMethod. add(Parameter parameter)intParameterFactory.AptParameter. compareTo(Parameter other)intParameterFactory.MessageMethodParameter. compareTo(Parameter other) -
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 Parameter Modifier and Type Method Description private java.util.Map<Parameter,org.jboss.jdeparser.JParamDeclaration>MessageLoggerImplementor. createParameters(MessageMethod messageMethod, org.jboss.jdeparser.JMethodDef method)Methods in org.jboss.logging.processor.generator.model with parameters of type Parameter Modifier and Type Method Description protected 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(java.util.List<java.lang.String> parameterNames, org.jboss.jdeparser.JBlock methodBody, Parameter param, org.jboss.jdeparser.JExpr var)(package private) org.jboss.jdeparser.JAssignableExprImplementationClassModel. 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.StringImplementationClassModel. getUniqueName(java.util.List<java.lang.String> parameterNames, Parameter parameter, java.lang.String suffix) -
Uses of Parameter in org.jboss.logging.processor.model
Methods in org.jboss.logging.processor.model that return Parameter Modifier and Type Method Description ParameterMessageMethod. cause()Methods in org.jboss.logging.processor.model that return types with arguments of type Parameter Modifier and Type Method 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()Returns the parameters for the method.java.util.Set<Parameter>MessageMethod. parametersAnnotatedWith(java.lang.Class<? extends java.lang.annotation.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 Parameter Modifier and Type Method Description private java.lang.StringPropertyValidator. resolveFieldName(Parameter parameter)private java.lang.StringPropertyValidator. resolveSetterName(Parameter parameter)private voidPropertyValidator. validateCommonAnnotation(Parameter parameter, java.lang.Class<? extends java.lang.annotation.Annotation> annotation)private voidValidator. validateTransform(java.util.List<ValidationMessage> messages, Parameter parameter, Transform transform)
-