Package | Description |
---|---|
org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
org.springframework.http.client |
Contains an abstraction over client-side HTTP.
|
org.springframework.jdbc.support |
Support classes for the JDBC framework, used by the classes in the
jdbc.core and jdbc.object packages.
|
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 |
---|---|
ResolvableType |
MultipartBodyBuilder.PublisherEntity.getResolvableType()
Return the element type for the
Publisher body. |
Modifier and Type | Method and Description |
---|---|
DataAccessException |
AbstractFallbackSQLExceptionTranslator.translate(String task,
String sql,
SQLException ex)
Pre-checks the arguments, calls
AbstractFallbackSQLExceptionTranslator.doTranslate(java.lang.String, java.lang.String, java.sql.SQLException) , and invokes the
fallback translator if necessary. |