| org.springframework.core.convert.support.ConversionServiceFactory.addDefaultConverters(GenericConversionService)
|
| org.springframework.core.convert.support.ConversionServiceFactory.createDefaultConversionService()
|
| org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(Method, Class)
|
| org.springframework.web.context.ContextLoader.createWebApplicationContext(ServletContext, ApplicationContext)
|
| org.springframework.test.context.support.DirtiesContextTestExecutionListener.dirtyContext(TestContext)
as of Spring 3.2.2, use #dirtyContext(TestContext, HierarchyMode) instead.
|
| org.springframework.web.util.UriUtils.encodeHttpUrl(String, String)
|
| org.springframework.web.util.UriUtils.encodeUri(String, String)
|
| org.springframework.web.util.UriUtils.encodeUriComponents(String, String, String, String, String, String, String, String, String)
|
| org.springframework.core.convert.TypeDescriptor.getElementType()
|
| org.springframework.core.convert.TypeDescriptor.getMapKeyType()
|
| org.springframework.core.convert.TypeDescriptor.getMapValueType()
|
| org.springframework.web.servlet.view.json.MappingJackson2JsonView.getRenderedAttributes()
|
| org.springframework.web.servlet.view.json.MappingJacksonJsonView.getRenderedAttributes()
|
| org.springframework.transaction.interceptor.TransactionAspectUtils.getTransactionManager(BeanFactory, String)
|
| org.springframework.transaction.interceptor.TransactionAspectUtils.getTransactionManager(ConfigurableListableBeanFactory, String)
|
| org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.initDefaults(Element)
|
| org.springframework.format.support.FormattingConversionServiceFactoryBean.installFormatters(FormatterRegistry)
|
| org.springframework.aop.support.AopUtils.isCglibProxyClass(Class>)
|
| org.springframework.aop.support.AopUtils.isCglibProxyClassName(String)
|
| org.springframework.test.web.servlet.result.StatusResultMatchers.isDestinationLocked()
matching the deprecation of HttpStatus.DESTINATION_LOCKED
|
| org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser.isEligibleAttribute(Attr)
|
| org.springframework.test.web.servlet.result.StatusResultMatchers.isInsufficientSpaceOnResource()
matching the deprecation of HttpStatus.INSUFFICIENT_SPACE_ON_RESOURCE
|
| org.springframework.test.web.servlet.result.StatusResultMatchers.isMethodFailure()
matching the deprecation of HttpStatus.METHOD_FAILURE
|
| org.springframework.test.context.TestContext.markApplicationContextDirty()
|
| org.springframework.ui.velocity.VelocityEngineUtils.mergeTemplate(VelocityEngine, String, Map, Writer)
|
| org.springframework.ui.velocity.VelocityEngineUtils.mergeTemplateIntoString(VelocityEngine, String, Map)
|
| org.springframework.transaction.interceptor.TransactionAspectSupport.methodIdentification(Method)
|
| org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.parseStringValue(String, Properties, Set>)
|
| org.springframework.context.support.PropertySourcesPlaceholderConfigurer.processProperties(ConfigurableListableBeanFactory, Properties)
|
| org.springframework.jdbc.core.simple.SimpleJdbcOperations.query(String, ParameterizedRowMapper, Map)
as of Spring 3.0: Use the method using the newly genericized RowMapper interface
instead since the RowMapper and ParameterizedRowMapper interfaces are equivalent now.
|
| org.springframework.jdbc.core.simple.SimpleJdbcTemplate.query(String, ParameterizedRowMapper, Map) |
| org.springframework.jdbc.core.simple.SimpleJdbcOperations.query(String, ParameterizedRowMapper, Object...)
as of Spring 3.0: Use the method using the newly genericized RowMapper interface
instead since the RowMapper and ParameterizedRowMapper interfaces are equivalent now.
|
| org.springframework.jdbc.core.simple.SimpleJdbcTemplate.query(String, ParameterizedRowMapper, Object...) |
| org.springframework.jdbc.core.simple.SimpleJdbcOperations.query(String, ParameterizedRowMapper, SqlParameterSource)
as of Spring 3.0: Use the method using the newly genericized RowMapper interface
instead since the RowMapper and ParameterizedRowMapper interfaces are equivalent now.
|
| org.springframework.jdbc.core.simple.SimpleJdbcTemplate.query(String, ParameterizedRowMapper, SqlParameterSource) |
| org.springframework.jdbc.core.JdbcOperations.queryForInt(String)
|
| org.springframework.jdbc.core.JdbcTemplate.queryForInt(String) |
| org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations.queryForInt(String, Map)
|
| org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.queryForInt(String, Map) |
| org.springframework.jdbc.core.JdbcOperations.queryForInt(String, Object...)
|
| org.springframework.jdbc.core.JdbcTemplate.queryForInt(String, Object...) |
| org.springframework.jdbc.core.JdbcOperations.queryForInt(String, Object[], int[])
|
| org.springframework.jdbc.core.JdbcTemplate.queryForInt(String, Object[], int[]) |
| org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations.queryForInt(String, SqlParameterSource)
|
| org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.queryForInt(String, SqlParameterSource) |
| org.springframework.jdbc.core.JdbcOperations.queryForLong(String)
|
| org.springframework.jdbc.core.JdbcTemplate.queryForLong(String) |
| org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations.queryForLong(String, Map)
|
| org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.queryForLong(String, Map) |
| org.springframework.jdbc.core.JdbcOperations.queryForLong(String, Object...)
|
| org.springframework.jdbc.core.JdbcTemplate.queryForLong(String, Object...) |
| org.springframework.jdbc.core.JdbcOperations.queryForLong(String, Object[], int[])
|
| org.springframework.jdbc.core.JdbcTemplate.queryForLong(String, Object[], int[]) |
| org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations.queryForLong(String, SqlParameterSource)
|
| org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.queryForLong(String, SqlParameterSource) |
| org.springframework.jdbc.core.simple.SimpleJdbcOperations.queryForObject(String, ParameterizedRowMapper, Map)
as of Spring 3.0: Use the method using the newly genericized RowMapper interface
instead since the RowMapper and ParameterizedRowMapper interfaces are equivalent now.
|
| org.springframework.jdbc.core.simple.SimpleJdbcTemplate.queryForObject(String, ParameterizedRowMapper, Map) |
| org.springframework.jdbc.core.simple.SimpleJdbcOperations.queryForObject(String, ParameterizedRowMapper, Object...)
as of Spring 3.0: Use the method using the newly genericized RowMapper interface
instead since the RowMapper and ParameterizedRowMapper interfaces are equivalent now.
|
| org.springframework.jdbc.core.simple.SimpleJdbcTemplate.queryForObject(String, ParameterizedRowMapper, Object...) |
| org.springframework.jdbc.core.simple.SimpleJdbcOperations.queryForObject(String, ParameterizedRowMapper, SqlParameterSource)
as of Spring 3.0: Use the method using the newly genericized RowMapper interface
instead since the RowMapper and ParameterizedRowMapper interfaces are equivalent now.
|
| org.springframework.jdbc.core.simple.SimpleJdbcTemplate.queryForObject(String, ParameterizedRowMapper, SqlParameterSource) |
| org.springframework.web.servlet.view.ContentNegotiatingViewResolver.setDefaultContentType(MediaType)
|
| org.springframework.web.servlet.view.ContentNegotiatingViewResolver.setFavorParameter(boolean)
|
| org.springframework.web.servlet.view.ContentNegotiatingViewResolver.setFavorPathExtension(boolean)
|
| org.springframework.web.servlet.view.ContentNegotiatingViewResolver.setIgnoreAcceptHeader(boolean)
|
| org.springframework.web.servlet.view.ContentNegotiatingViewResolver.setMediaTypes(Map)
|
| org.springframework.oxm.castor.CastorMarshaller.setObject(Object)
|
| org.springframework.web.servlet.view.ContentNegotiatingViewResolver.setParameterName(String)
|
| org.springframework.jmx.support.MBeanRegistrationSupport.setRegistrationBehavior(int)
|
| org.springframework.jmx.support.MBeanRegistrationSupport.setRegistrationBehaviorName(String)
|
| org.springframework.web.servlet.view.json.MappingJackson2JsonView.setRenderedAttributes(Set)
|
| org.springframework.web.servlet.view.json.MappingJacksonJsonView.setRenderedAttributes(Set)
|
| org.springframework.web.servlet.view.ContentNegotiatingViewResolver.setUseJaf(boolean)
|
| org.springframework.remoting.jaxws.JaxWsPortClientInterceptor.setWebServiceFeatures(Object[])
|