public class AccessorMethodGetter extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) Class<?> |
clazz |
private Pattern |
getterPattern |
(package private) Object |
instance |
| Constructor and Description |
|---|
AccessorMethodGetter(Class<?> clazz,
Object instance) |
| Modifier and Type | Method and Description |
|---|---|
CustomKeyWrapper |
invoke(Method m) |
private String |
keyify(String getter) |
List<Method> |
listGetters()
Return a list of all the "getter" accessors in clazz
Does not return "getClass"
|
Copyright © 2011-2014 David R. Smith. All Rights Reserved.