Package org.onebusaway.container.spring
Class SerializedLazyCreationTargetSource
- java.lang.Object
-
- org.springframework.aop.target.AbstractLazyCreationTargetSource
-
- org.onebusaway.container.spring.SerializedLazyCreationTargetSource
-
- All Implemented Interfaces:
org.springframework.aop.TargetClassAware,org.springframework.aop.TargetSource
public class SerializedLazyCreationTargetSource extends org.springframework.aop.target.AbstractLazyCreationTargetSourceA SpringFactoryBeanfor lazily instantiating a serialized bean from a file as needed- Author:
- bdferris
-
-
Constructor Summary
Constructors Constructor Description SerializedLazyCreationTargetSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectcreateObject()voidsetInitMethod(String method)voidsetPath(File path)
-