|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.gilead.core.beanlib.finder.FastPrivateReaderMethodFinder
public class FastPrivateReaderMethodFinder
Fast Private Reader Method finder, inspired by the beanlib one but relying on IntropsectionHelper, that caches getDeclaredMethod results
Field Summary | |
---|---|
static FastPrivateReaderMethodFinder |
inst
The unique instance of the finder |
Method Summary | |
---|---|
java.lang.reflect.Method |
find(java.lang.String propertyName,
java.lang.Object bean)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final FastPrivateReaderMethodFinder inst
Method Detail |
---|
public java.lang.reflect.Method find(java.lang.String propertyName, java.lang.Object bean)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |