Package | Description |
---|---|
org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
org.springframework.jdbc.core.namedparam |
JdbcTemplate variant with named parameter support.
|
org.springframework.validation |
Provides data binding and validation functionality,
for usage in business and/or UI layers.
|
org.springframework.web.method |
Common infrastructure for handler method processing, as used by
Spring MVC's
org.springframework.web.servlet.mvc.method package. |
Modifier and Type | Method and Description |
---|---|
String |
BeanDefinitionOverrideException.getBeanName()
Return the name of the bean.
|
String |
BeanDefinitionOverrideException.getResourceDescription()
Return the description of the resource that the bean definition came from.
|
Modifier and Type | Method and Description |
---|---|
String[] |
MapSqlParameterSource.getParameterNames() |
String[] |
BeanPropertySqlParameterSource.getParameterNames() |
Modifier and Type | Method and Description |
---|---|
Object |
MapBindingResult.getTarget() |
Modifier and Type | Method and Description |
---|---|
Method |
HandlerMethod.HandlerMethodParameter.getMethod() |