| Package | Description |
|---|---|
| org.springframework.core.codec | |
| org.springframework.core.io.support |
Support classes for Spring's resource abstraction.
|
| Class and Description |
|---|
| ResourceRegion |
| Class and Description |
|---|
| EncodedResource
Holder that combines a
Resource descriptor with a specific encoding
or Charset to be used for reading from the resource. |
| PropertySourceFactory
Strategy interface for creating resource-based
PropertySource wrappers. |
| ResourcePatternResolver
Strategy interface for resolving a location pattern (for example,
an Ant-style path pattern) into
Resource objects. |
| ResourcePropertiesPersister
Spring-aware subclass of the plain
DefaultPropertiesPersister,
adding a conditional check for disabled XML support through the shared
"spring.xml.ignore" property. |
| ResourcePropertySource
Subclass of
PropertiesPropertySource that loads a Properties object
from a given Resource or resource location such as
"classpath:/com/myco/foo.properties" or "file:/path/to/file.xml". |