- When suitable methods, the algorithm checks if the parameter counts vaguely matches
- It also checks if the desired parameter type can be instantiated through constructors or static factory methods if the passed parameter isn't primitive or already of the desired type
- An assessment is automatically made as to whether or not the desired method may be static or not
- Method searches target superclasses of a supplied type as well as the given type
Added support function for easier reflective method invocation
Added support functions for easier method lookup and parameter matching
Note: Untested code! May not be stable or at all functional!