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

getConstructor

@Nullable open fun getConstructor(): Constructor<*>

Return the offending constructor, if known.

Return
the constructor in use, or null in case of a factory method or in case of default instantiation

Since
4.3