FastInvoke
class FastInvoke
Utility class providing fast method invocation and object instantiation using Java reflection.
This class offers optimized methods for invoking methods and creating instances with improved exception handling. It avoids the performance overhead of the spread operator by using Object[] for method arguments, addressing the Detekt SpreadOperator rule.
All methods in this class are thread-safe and can be used concurrently.
Note: This class cannot be instantiated as it contains only static utility methods.