public class Executables extends Object
ExecutableElements.| Modifier and Type | Method and Description |
|---|---|
static ExecutableElement |
getCorrespondingGetterMethod(Element element,
ExecutableElement setterMethod) |
static ExecutableElement |
getCorrespondingSetterMethod(Element element,
ExecutableElement getterMethod) |
static String |
getPropertyName(ExecutableElement getterOrSetterMethod) |
static boolean |
isGetterMethod(ExecutableElement method) |
static boolean |
isSetterMethod(ExecutableElement method) |
public static boolean isGetterMethod(ExecutableElement method)
public static boolean isSetterMethod(ExecutableElement method)
public static String getPropertyName(ExecutableElement getterOrSetterMethod)
public static ExecutableElement getCorrespondingSetterMethod(Element element, ExecutableElement getterMethod)
public static ExecutableElement getCorrespondingGetterMethod(Element element, ExecutableElement setterMethod)
Copyright © 2012-2013. All Rights Reserved.