From 1e57e572dd1b9d8cac358ec810439f502741f27a Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 16 Feb 2021 10:29:41 +0100 Subject: [PATCH] Link to all built-in `Resource` implementations See gh-26447 --- src/docs/asciidoc/core/core-resources.adoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/docs/asciidoc/core/core-resources.adoc b/src/docs/asciidoc/core/core-resources.adoc index e557ba1c31..155410b125 100644 --- a/src/docs/asciidoc/core/core-resources.adoc +++ b/src/docs/asciidoc/core/core-resources.adoc @@ -133,8 +133,7 @@ work. [[resources-implementations]] == Built-in `Resource` Implementations -Spring includes several built-in `Resource` implementations, including but not limited to -the following: +Spring includes several built-in `Resource` implementations: * <> * <> @@ -144,6 +143,10 @@ the following: * <> * <> +For a complete list of `Resource` implementations available in Spring, consult the +"All Known Implementing Classes" section of the +{api-spring-framework}/core/io/Resource.html[`Resource`] javadoc. + [[resources-implementations-urlresource]]