public class Executables extends Object
ExecutableElements.| Constructor and Description |
|---|
Executables(TypeFactory typeFactory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName(ExecutableElement getterOrSetterMethod) |
Set<String> |
getPropertyNames(List<ExecutableElement> propertyAccessors) |
boolean |
isGetterMethod(ExecutableElement method) |
boolean |
isSetterMethod(ExecutableElement method) |
List<Parameter> |
retrieveParameters(ExecutableElement method) |
Type |
retrieveReturnType(ExecutableElement method) |
Parameter |
retrieveSingleParameter(ExecutableElement method) |
public Executables(TypeFactory typeFactory)
public boolean isGetterMethod(ExecutableElement method)
public boolean isSetterMethod(ExecutableElement method)
public String getPropertyName(ExecutableElement getterOrSetterMethod)
public Set<String> getPropertyNames(List<ExecutableElement> propertyAccessors)
public Parameter retrieveSingleParameter(ExecutableElement method)
public List<Parameter> retrieveParameters(ExecutableElement method)
public Type retrieveReturnType(ExecutableElement method)
Copyright © 2012-2013. All Rights Reserved.