Uses of Package
org.springframework.core.io.support
Packages that use org.springframework.core.io.support
Package
Description
SPI interfaces and configuration-related convenience classes for bean factories.
Support package for Groovy-based bean definitions.
Classes supporting the
org.springframework.beans.factory package.Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD.This package builds on the beans package to add support for
message sources and for the Observer design pattern, and the
ability for application objects to obtain resources using a
consistent API.
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Support classes for Spring's resource abstraction.
Contains a basic abstraction over client/server-side HTTP.
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
Provides extensible support for initializing databases through scripts.
Provides extensible support for initializing databases through scripts.
Support classes for Spring's scripting package.
Contains a variant of the application context interface for web applications,
and the ContextLoaderListener that bootstraps a root web application context.
Classes supporting the
org.springframework.web.context package,
such as WebApplicationContext implementations and various utility classes.-
Classes in org.springframework.core.io.support used by org.springframework.beans.factory.configClassDescriptionBase class for JavaBean-style components that need to load properties from one or more resources.
-
Classes in org.springframework.core.io.support used by org.springframework.beans.factory.groovyClassDescriptionHolder that combines a
Resourcedescriptor with a specific encoding orCharsetto be used for reading from the resource. -
Classes in org.springframework.core.io.support used by org.springframework.beans.factory.supportClassDescriptionHolder that combines a
Resourcedescriptor with a specific encoding orCharsetto be used for reading from the resource. -
Classes in org.springframework.core.io.support used by org.springframework.beans.factory.xmlClassDescriptionHolder that combines a
Resourcedescriptor with a specific encoding orCharsetto be used for reading from the resource. -
Classes in org.springframework.core.io.support used by org.springframework.contextClassDescriptionStrategy interface for resolving a location pattern (for example, an Ant-style path pattern) into
Resourceobjects. -
Classes in org.springframework.core.io.support used by org.springframework.context.annotationClassDescriptionStrategy interface for resolving a location pattern (for example, an Ant-style path pattern) into
Resourceobjects. -
Classes in org.springframework.core.io.support used by org.springframework.context.supportClassDescriptionBase class for JavaBean-style components that need to load properties from one or more resources.Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) into
Resourceobjects. -
Classes in org.springframework.core.io.support used by org.springframework.core.codecClassDescription
-
Classes in org.springframework.core.io.support used by org.springframework.core.io.supportClassDescriptionHolder that combines a
Resourcedescriptor with a specific encoding orCharsetto be used for reading from the resource.Strategy interface for creating resource-basedPropertySourcewrappers.Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) intoResourceobjects.Spring-aware subclass of the plainDefaultPropertiesPersister, adding a conditional check for disabled XML support through the shared "spring.xml.ignore" property.Subclass ofPropertiesPropertySourcethat loads aPropertiesobject from a givenResourceor resource location such as"classpath:/com/myco/foo.properties"or"file:/path/to/file.xml". -
Classes in org.springframework.core.io.support used by org.springframework.httpClassDescription
-
Classes in org.springframework.core.io.support used by org.springframework.http.converterClassDescription
-
Classes in org.springframework.core.io.support used by org.springframework.jdbc.datasource.initClassDescriptionHolder that combines a
Resourcedescriptor with a specific encoding orCharsetto be used for reading from the resource. -
Classes in org.springframework.core.io.support used by org.springframework.r2dbc.connection.initClassDescriptionHolder that combines a
Resourcedescriptor with a specific encoding orCharsetto be used for reading from the resource. -
Classes in org.springframework.core.io.support used by org.springframework.scripting.supportClassDescriptionHolder that combines a
Resourcedescriptor with a specific encoding orCharsetto be used for reading from the resource. -
Classes in org.springframework.core.io.support used by org.springframework.web.contextClassDescriptionStrategy interface for resolving a location pattern (for example, an Ant-style path pattern) into
Resourceobjects. -
Classes in org.springframework.core.io.support used by org.springframework.web.context.supportClassDescriptionA
ResourcePatternResolverimplementation that is able to resolve a specified resource location path into one or more matching Resources.Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) intoResourceobjects.