Class DelegatingBlobResourceLoader
java.lang.Object
internal.org.springframework.content.jpa.io.DelegatingBlobResourceLoader
- All Implemented Interfaces:
org.springframework.core.io.ResourceLoader
public class DelegatingBlobResourceLoader
extends Object
implements org.springframework.core.io.ResourceLoader
-
Field Summary
Fields inherited from interface org.springframework.core.io.ResourceLoader
CLASSPATH_URL_PREFIX -
Constructor Summary
ConstructorsConstructorDescriptionDelegatingBlobResourceLoader(DataSource ds, List<BlobResourceLoader> loaders) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.io.ResourcegetResource(String location)
-
Constructor Details
-
DelegatingBlobResourceLoader
-
-
Method Details
-
getResource
- Specified by:
getResourcein interfaceorg.springframework.core.io.ResourceLoader
-
getClassLoader
- Specified by:
getClassLoaderin interfaceorg.springframework.core.io.ResourceLoader
-