Skip to content

Mismatch between Javadoc and method signture BeanWrapper.getPropertyDescriptor(String) - throws clause [SPR-5650] #10321

Closed
@spring-projects-issues

Description

@spring-projects-issues

Oleksandr Alesinskyy opened SPR-5650 and commented

/**
 * Obtain the property descriptor for a specific property
 * of the wrapped object.
 * @param propertyName the property to obtain the descriptor for
 * (may be a nested path, but no indexed/mapped property)
 * @return the property descriptor for the specified property
 * @throws  InvalidPropertyException if there is no such property 
 */
PropertyDescriptor getPropertyDescriptor(String propertyName) throws  BeansException ;

Affects: 2.5.6

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions