API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.utils. JOTReflectionUtils View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 Object
      JOTReflectionUtils
Implements
Subclasses
Description
public class JOTReflectionUtils
See also:   
Constructors
public JOTReflectionUtils ()
Methods
Hide/Show inherited methods
publicstatic Method findCachedMethod (boolean forceRefetch, Object obj, String method, Object values)
  Same as findCachedMethod(Object obj, String method, Object[] values), except you can force re-fetching the value.
publicstatic Method findCachedMethod (Object obj, String method, Object values)
  Same as findMethod(Object obj, String method, Object[] values), but lazilly caches the results If another call is made to find the same exact method (same name, on same obj class, with same values[] types) then the cache method will be passed.
publicstatic Method findMethod (Object obj, String method, Object values)
  Try to find a pulic Method of the given name and given parameter values/types.
publicstatic void flushMethodCache ()
Removes all entries from the method cache
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar