public interface PropertyRecognizer
| Modifier and Type | Method and Description |
|---|---|
static String |
getDefaultCapitalizedName(String name) |
String |
getNameFromGetter(Method m) |
String |
getNameFromSetter(Method m) |
static String |
getNameFromType(Class cls,
String regexToRemove,
boolean firstRemovePackage) |
boolean |
isGetter(Method m) |
boolean |
isSetter(Method m) |
static String |
removePackageName(String name) |
Copyright © 2017. All rights reserved.