Java org.springframework.beans PropertyMatches fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans PropertyMatches fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans PropertyMatches.

The text is from its open source code.

Method

StringbuildErrorMessage()
Build an error message for the given invalid property name, indicating the possible property matches.
PropertyMatchesforProperty(String propertyName, Class beanClass)
Create PropertyMatches for the given bean property.
String[]getPossibleMatches()
Return the calculated possible matches.