Package org.jboss.logging.processor.apt
Class ParameterFactory
- java.lang.Object
-
- org.jboss.logging.processor.apt.ParameterFactory
-
final class ParameterFactory extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
ParameterFactory.AptParameter
private static class
ParameterFactory.MessageMethodParameter
-
Constructor Summary
Constructors Modifier Constructor Description private
ParameterFactory()
Private constructor for factory.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Parameter
forMessageMethod(MessageMethod messageMethod)
static java.util.Set<Parameter>
of(javax.annotation.processing.ProcessingEnvironment processingEnv, javax.lang.model.element.ExecutableElement method)
-
-
-
Method Detail
-
of
public static java.util.Set<Parameter> of(javax.annotation.processing.ProcessingEnvironment processingEnv, javax.lang.model.element.ExecutableElement method)
-
forMessageMethod
public static Parameter forMessageMethod(MessageMethod messageMethod)
-
-