spring-framework / org.springframework.expression.spel.ast / FormatHelper / formatMethodForMessage

formatMethodForMessage

open static fun formatMethodForMessage(name: String, argumentTypes: MutableList<TypeDescriptor>): String

Produce a readable representation for a given method name with specified arguments.

Parameters

name - the name of the method

argumentTypes - the types of the arguments to the method

Return
a nicely formatted representation, e.g. foo(String,int)