spring-framework / org.springframework.beans.factory.support / MethodReplacer / reimplement

reimplement

abstract fun reimplement(obj: Any, method: Method, args: Array<Any>): Any

Reimplement the given method.

Parameters

obj - the instance we're reimplementing the method for

method - the method to reimplement

args - arguments to the method

Return
return value for the method