spring-framework / org.springframework.beans / BeanUtils / getWriteMethodParameter

getWriteMethodParameter

open static fun getWriteMethodParameter(pd: PropertyDescriptor): MethodParameter

Obtain a new MethodParameter object for the write method of the specified property.

Parameters

pd - the PropertyDescriptor for the property

Return
a corresponding MethodParameter object