Generated by
JDiff

All Documentation Differences

Package org.springframework.beans.annotation
  Class AnnotationBeanUtils
    Method copyPropertiesToBean(Annotation, Object, String[])

Package org.springframework.beans.factory.support
  Class DefaultSingletonBeanRegistry
    Method afterSingletonCreation(String)
    Method registerDisposableBean(String, DisposableBean)

  Class SimpleInstantiationStrategy
    Method getCurrentlyInvokedFactoryMethod()

Package org.springframework.beans.factory.xml
  Class BeanDefinitionParserDelegate
    Method parseBeanDefinitionElement(Element, String, BeanDefinition)

Package org.springframework.context.support
  Class ReloadableResourceBundleMessageSource
    Method setDefaultEncoding(String)
    Method setFallbackToSystemLocale(boolean)

Package org.springframework.core.convert
  Class ConversionService

  Class Property

  Class TypeDescriptor
    Method getAnnotation(Class<T>)
    Method getAnnotations()
    Method getElementType()
    Method getElementTypeDescriptor()
    Method getMapKeyType()
    Method getMapKeyTypeDescriptor()
    Method getMapKeyTypeDescriptor(Object)
    Method getMapValueType()
    Method getMapValueTypeDescriptor()
    Method getMapValueTypeDescriptor(Object)
    Method getObjectType()
    Method getType()
    Method isAssignableTo(TypeDescriptor)
    Method map(Class<?>, TypeDescriptor, TypeDescriptor)
    Method narrow(Object)
    Method nested(Field, int)
    Method nested(MethodParameter, int)
    Method nested(Property, int)

Package org.springframework.core.convert.converter
  Class ConditionalGenericConverter

  Class Converter

  Class ConverterFactory

  Class GenericConverter
    Method getConvertibleTypes()

Package org.springframework.core.convert.support
  Class GenericConversionService
    Method convert(Object, TypeDescriptor)
    Method getConverter(TypeDescriptor, TypeDescriptor)

Package org.springframework.core.env
  Class AbstractEnvironment
    Method isProfileActive(String)

Package org.springframework.expression.spel.ast
  Class CompoundExpression
    Method getValueInternal(ExpressionState)

  Class Indexer

  Class OpDivide

  Class OpMultiply
    Method getValueInternal(ExpressionState)

Package org.springframework.expression.spel.support
  Class ReflectiveMethodResolver
    ReflectiveMethodResolver(boolean)

  Class ReflectivePropertyAccessor
    Method createOptimalAccessor(EvaluationContext, Object, String)

Package org.springframework.format.annotation
  Class DateTimeFormat

Package org.springframework.format.datetime
  Class DateFormatter

Package org.springframework.format.datetime.joda
  Class JodaDateTimeFormatAnnotationFormatterFactory

  Class JodaTimeFormatterRegistrar

Package org.springframework.http
  Class MediaType
    Method isWildcardSubtype()

Package org.springframework.http.client
  Class HttpComponentsClientHttpRequestFactory
    HttpComponentsClientHttpRequestFactory()

Package org.springframework.jdbc.core
  Class JdbcTemplate
    Method extractReturnedResults(CallableStatement, List, List, int)
    Method newArgPreparedStatementSetter(Object[])
    Method newArgTypePreparedStatementSetter(Object[], int[])
    Method setSkipResultsProcessing(boolean)
    Method setSkipUndeclaredResults(boolean)

Package org.springframework.jdbc.datasource.init
  Class CannotReadScriptException
    CannotReadScriptException(EncodedResource, Throwable)

  Class ScriptStatementFailedException
    ScriptStatementFailedException(String, int, EncodedResource, Throwable)

Package org.springframework.jmx.support
  Class MBeanRegistrationSupport
    Method setRegistrationBehavior(int)
    Method setRegistrationBehaviorName(String)
    Field REGISTRATION_FAIL_ON_EXISTING
    Field REGISTRATION_IGNORE_EXISTING
    Field REGISTRATION_REPLACE_EXISTING

Package org.springframework.mock.web
  Class MockFilterChain
    MockFilterChain()
    MockFilterChain(Servlet)
    MockFilterChain(Servlet, Filter[])

  Class MockHttpServletRequest
    MockHttpServletRequest()
    MockHttpServletRequest(ServletContext)
    MockHttpServletRequest(ServletContext, String, String)
    MockHttpServletRequest(String, String)
    Method addParameter(String, String)
    Method addParameter(String, String[])
    Method addParameters(Map)
    Method addPreferredLocale(Locale)
    Method removeParameter(String)
    Method setParameter(String, String)
    Method setParameter(String, String[])
    Method setParameters(Map)

Package org.springframework.orm.jpa
  Class LocalContainerEntityManagerFactoryBean
    Method setDataSource(DataSource)
    Method setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor[])

Package org.springframework.orm.jpa.persistenceunit
  Class DefaultPersistenceUnitManager
    Method getDefaultDataSource()
    Method setDefaultDataSource(DataSource)
    Method setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor[])

  Class SmartPersistenceUnitInfo

Package org.springframework.oxm.jaxb
  Class Jaxb2Marshaller
    Field logger

Package org.springframework.remoting.httpinvoker
  Class HttpComponentsHttpInvokerRequestExecutor
    HttpComponentsHttpInvokerRequestExecutor()

Package org.springframework.remoting.jaxws
  Class LocalJaxWsServiceFactory
    Method setWsdlDocumentUrl(URL)

Package org.springframework.test.context.support
  Class AbstractGenericContextLoader
    Method loadContext(MergedContextConfiguration)

  Class AnnotationConfigContextLoader
    Method detectDefaultConfigurationClasses(Class<?>)

  Class DelegatingSmartContextLoader

Package org.springframework.test.jdbc
  Class JdbcTestUtils
    Method executeSqlScript(JdbcTemplate, EncodedResource, boolean)
    Method executeSqlScript(JdbcTemplate, Resource, boolean)
    Method executeSqlScript(JdbcTemplate, ResourceLoader, String, boolean)
    Method readScript(LineNumberReader)

Package org.springframework.transaction.interceptor
  Class TransactionAspectSupport
    Method createTransactionIfNecessary(Method, Class)
    Method methodIdentification(Method)
    Method methodIdentification(Method, Class)

  Class TransactionAttributeSource
    Method getTransactionAttribute(Method, Class<?>)

Package org.springframework.util
  Class ClassUtils
    Method getMostSpecificMethod(Method, Class<?>)

Package org.springframework.validation
  Class DefaultMessageCodesResolver

Package org.springframework.web.accept
  Class PathExtensionContentNegotiationStrategy
    PathExtensionContentNegotiationStrategy()

Package org.springframework.web.client
  Class DefaultResponseErrorHandler

Package org.springframework.web.context
  Class ConfigurableWebEnvironment
    Method initPropertySources(ServletContext, ServletConfig)

  Class ServletConfigAware
    Method setServletConfig(ServletConfig)

  Class ServletContextAware
    Method setServletContext(ServletContext)

Package org.springframework.web.context.request.async
  Class AsyncWebRequest
    Method addCompletionHandler(Runnable)

  Class DeferredResult
    DeferredResult(Long, Object)
    DeferredResult(long)
    Method isSetOrExpired()
    Method setErrorResult(Object)
    Method setResult(T)
    Method setResultHandler(DeferredResultHandler)

  Class WebAsyncManager
    Method getConcurrentResult()
    Method getConcurrentResultContext()
    Method hasConcurrentResult()
    Method setAsyncWebRequest(AsyncWebRequest)
    Method startCallableProcessing(Callable<?>, Object[])
    Method startCallableProcessing(MvcAsyncTask<?>, Object[])
    Method startDeferredResultProcessing(DeferredResult<?>, Object[])

Package org.springframework.web.context.support
  Class WebApplicationContextUtils
    Method initServletPropertySources(MutablePropertySources, ServletContext)
    Method initServletPropertySources(MutablePropertySources, ServletContext, ServletConfig)

Package org.springframework.web.filter
  Class OncePerRequestFilter
    Method doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain)
    Method isAsyncDispatch(HttpServletRequest)

Package org.springframework.web.portlet
  Class DispatcherPortlet
    Method doRender(View, Map, PortletRequest, MimeResponse)

Package org.springframework.web.portlet.context
  Class PortletApplicationContextUtils
    Method initPortletPropertySources(MutablePropertySources, ServletContext, PortletContext, PortletConfig)

Package org.springframework.web.portlet.handler
  Class AbstractHandlerMapping
    Method getHandlerExecutionChain(Object, PortletRequest)

Package org.springframework.web.servlet
  Class AsyncHandlerInterceptor
    Method afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object)

  Class HandlerInterceptor
    Method afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception)
    Method postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView)

  Class View
    Field PATH_VARIABLES

Package org.springframework.web.servlet.config.annotation
  Class AsyncSupportConfigurer
    Method setTaskExecutor(AsyncTaskExecutor)

  Class ContentNegotiationConfigurer
    Method getContentNegotiationManager()
    Method replaceMediaTypes(Map<String, MediaType>)

  Class DefaultServletHandlerConfigurer

  Class WebMvcConfigurationSupport
    Method mvcConversionService()
    Method mvcValidator()

Package org.springframework.web.servlet.mvc.condition
  Class RequestMethodsRequestCondition
    RequestMethodsRequestCondition(RequestMethod[])
    Method combine(RequestMethodsRequestCondition)
    Method compareTo(RequestMethodsRequestCondition, HttpServletRequest)
    Method getMatchingCondition(HttpServletRequest)

Package org.springframework.web.servlet.mvc.method.annotation
  Class AsyncTaskMethodReturnValueHandler

  Class RequestMappingHandlerAdapter
    Method setTaskExecutor(AsyncTaskExecutor)

Package org.springframework.web.servlet.view
  Class AbstractView
    Method createMergedOutputModel(Map<String, ?>, HttpServletRequest, HttpServletResponse)
    Method setExposePathVariables(boolean)

Package org.springframework.web.util
  Class CookieGenerator
    Method setCookieDomain(String)
    Method setCookieMaxAge(Integer)
    Method setCookieName(String)
    Method setCookiePath(String)
    Method setCookieSecure(boolean)

  Class UriComponents
    Method encode()
    Method encode(String)
    Method expand(Map<String, ?>)
    Method expand(Object[])
    Method getFragment()
    Method getHost()
    Method getPath()
    Method getPathSegments()
    Method getPort()
    Method getQuery()
    Method getQueryParams()
    Method getScheme()
    Method getUserInfo()
    Method normalize()
    Method toUri()
    Method toUriString()

  Class UriComponentsBuilder
    Method host(String)
    Method path(String)
    Method userInfo(String)

  Class UriUtils
    Method decode(String, String)
    Method encodeHttpUrl(String, String)
    Method encodeUri(String, String)