public class Executables extends Object
ExecutableElements.| Modifier and Type | Method and Description |
|---|---|
static String |
getPropertyName(ExecutableElement getterOrSetterMethod) |
static Set<String> |
getPropertyNames(List<ExecutableElement> propertyAccessors) |
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 Set<String> getPropertyNames(List<ExecutableElement> propertyAccessors)
Copyright © 2012-2014. All Rights Reserved.