A faster way to call reflection in Java
background When Javadeveloping, we will inevitably use a large number of reflection operations. For example, when Spring Bootreceiving HTTPa request, we will use reflection Controllerto call the corresponding method in…