net.sf.gilead.core.beanlib.finder
Class FastPrivateReaderMethodFinder

java.lang.Object
  extended by net.sf.gilead.core.beanlib.finder.FastPrivateReaderMethodFinder

public class FastPrivateReaderMethodFinder
extends java.lang.Object

Fast Private Reader Method finder, inspired by the beanlib one but relying on IntropsectionHelper, that caches getDeclaredMethod results

Author:
bruno.marchesson

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

inst

public static final FastPrivateReaderMethodFinder inst
The unique instance of the finder

Method Detail

find

public java.lang.reflect.Method find(java.lang.String propertyName,
                                     java.lang.Object bean)