final class ParameterFactory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
ParameterFactory.AptParameter |
Modifier | Constructor and Description |
---|---|
private |
ParameterFactory()
Private constructor for factory.
|
Modifier and Type | Method and Description |
---|---|
static Parameter |
forMessageMethod(MessageMethod messageMethod) |
static java.util.Set<Parameter> |
of(javax.lang.model.util.Elements elements,
javax.lang.model.util.Types types,
javax.lang.model.element.ExecutableElement method) |
public static java.util.Set<Parameter> of(javax.lang.model.util.Elements elements, javax.lang.model.util.Types types, javax.lang.model.element.ExecutableElement method)
public static Parameter forMessageMethod(MessageMethod messageMethod)