Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/DerekYRC/mini-spring
/ Resource
Interface
Resource
src/main/java/org/springframework/core/io/Resource.java:12–16 ·
view source on GitHub ↗
资源的抽象和访问接口 @author derekyi @date 2020/11/25
Source
from the content-addressed store, hash-verified
10
* @date 2020/11/25
11
*/
12
public
interface
Resource {
13
14
InputStream getInputStream() throws IOException;
15
16
}
Callers
4
testResourceLoader
Method · 0.95
loadProperties
Method · 0.95
loadBeanDefinitions
Method · 0.65
getInputStream
Method · 0.65
Implementers
3
FileSystemResource
src/main/java/org/springframework/core
ClassPathResource
src/main/java/org/springframework/core
UrlResource
src/main/java/org/springframework/core
Calls
no outgoing calls
Tested by
no test coverage detected