| Constructor and Description |
|---|
ClasspathFileSource(String path)
Builds a new configuration source for specific local file resource in the classpath.
|
| Modifier and Type | Method and Description |
|---|---|
T |
load(Mapper<T> mapper)
Applies a specific configuration loading strategy and returns a mapped bean containing
the retrieved data, throwing an exception if the operation fails.
|
equals, hashCode, load, toStringpublic ClasspathFileSource(String path)
path - the classpath file name (or relative path) for this configuration source.Copyright © 2023. All rights reserved.