spring-framework / org.springframework.beans / BeanInstantiationException / getConstructingMethod

getConstructingMethod

@Nullable open fun getConstructingMethod(): Method

Return the delegate for bean construction purposes, if known.

Return
the method in use (typically a static factory method), or null in case of constructor-based instantiation

Since
4.3