public class DummySource<T> extends AbstractSource<T> implements Source<T>
Source for internal purposes.| Constructor and Description |
|---|
DummySource()
Builds a dummy source.
|
| 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, toStringCopyright © 2023. All rights reserved.