Generated by
JDiff

Class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean

The superclass changed from org.springframework.beans.factory.config.AbstractFactoryBean to org.springframework.beans.factory.config.AbstractFactoryBean.

Changed Methods
Object getObjectToExpose(ServiceLoader<?>) Change in signature from ServiceLoader to ServiceLoader<?>.
Determine the actual object to expose for the given ServiceLoader.
Class<?> getServiceType() Change in return type from Class to Class<?>.
Return the desired service type.
void setServiceType(Class<?>) Change in signature from Class to Class<?>.
Specify the desired service type (typically the service's public API).