Generated by
JDiff

Class org.springframework.scripting.support.ScriptFactoryPostProcessor

Changed Methods
Class<?> createCompositeInterface(Class[]) Change in return type from Class to Class<?>.
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
Class<?> createConfigInterface(BeanDefinition, Class[]) Change in return type from Class to Class<?>.
Create a config interface for the given bean definition, defining setter methods for the defined property values as well as an init method and a destroy method (if defined).
Object postProcessBeforeInstantiation(Class<?>, String) Change in signature from (Class, String) to (Class<?>, String).
 
Class<?> predictBeanType(Class<?>, String) Change in return type from Class to Class<?>.
Change in signature from (Class, String) to (Class<?>, String).