public class BeanPropertyRecognizer extends Object implements PropertyRecognizer
| Constructor and Description |
|---|
BeanPropertyRecognizer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNameFromGetter(Method m) |
String |
getNameFromSetter(Method m) |
boolean |
isGetter(Method m) |
boolean |
isSetter(Method m) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultCapitalizedName, getNameFromType, removePackageNamepublic boolean isGetter(Method m)
isGetter in interface PropertyRecognizerpublic boolean isSetter(Method m)
isSetter in interface PropertyRecognizerpublic String getNameFromGetter(Method m)
getNameFromGetter in interface PropertyRecognizerpublic String getNameFromSetter(Method m)
getNameFromSetter in interface PropertyRecognizerCopyright © 2017. All rights reserved.