public interface PropertySourceReader
Modifier and Type | Method and Description |
---|---|
default Set<String> |
getExtensions() |
default Map<String,Object> |
read(String name,
byte[] bytes)
Read a property source from bytes.
|
Map<String,Object> |
read(String name,
InputStream input)
Read a property source from an input stream.
|
Map<String,Object> read(String name, InputStream input) throws IOException
name
- The name of the property sourceinput
- The bytesIOException
- if there is an error processing the property source