Skip to content

Commit 1e57e57

Browse files
committed
Link to all built-in Resource implementations
See gh-26447
1 parent 829000d commit 1e57e57

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/docs/asciidoc/core/core-resources.adoc

+5-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ work.
133133
[[resources-implementations]]
134134
== Built-in `Resource` Implementations
135135

136-
Spring includes several built-in `Resource` implementations, including but not limited to
137-
the following:
136+
Spring includes several built-in `Resource` implementations:
138137

139138
* <<resources-implementations-urlresource>>
140139
* <<resources-implementations-classpathresource>>
@@ -144,6 +143,10 @@ the following:
144143
* <<resources-implementations-inputstreamresource>>
145144
* <<resources-implementations-bytearrayresource>>
146145

146+
For a complete list of `Resource` implementations available in Spring, consult the
147+
"All Known Implementing Classes" section of the
148+
{api-spring-framework}/core/io/Resource.html[`Resource`] javadoc.
149+
147150

148151

149152
[[resources-implementations-urlresource]]

0 commit comments

Comments
 (0)