| Definition Type: | Attribute |
| Name: | match |
| Namespace: | http://www.springframework.org/schema/beans |
| Type: | string:http://www.w3.org/2001/XMLSchema |
| Containing Schema: | spring-beans-3.1.xsd |
| Use | (Optional) |
| Documentation: |
Specification of the type of an overloaded method argument as a String.
For convenience, this may be a substring of the FQN. E.g. all the
following would match "java.lang.String":
- java.lang.String
- String
- Str
As the number of arguments will be checked also, this convenience
can often be used to save typing.
|
![]() |
|