public class GroovyPropertySourceLoader extends AbstractPropertySourceLoader
DEFAULT_POSITIONHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description |
|---|
GroovyPropertySourceLoader() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getExtensions() |
int |
getOrder() |
protected void |
processInput(String name,
InputStream input,
Map<String,Object> finalMap) |
protected Optional<InputStream> |
readInput(ResourceLoader resourceLoader,
String fileName) |
load, processMap, readclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadisEnabledreadpublic int getOrder()
getOrder in interface OrderedgetOrder in class AbstractPropertySourceLoaderprotected void processInput(String name, InputStream input, Map<String,Object> finalMap) throws IOException
processInput in class AbstractPropertySourceLoadername - The nameinput - The input streamfinalMap - The map with all the properties processedIOException - If the input stream doesn't existprotected Optional<InputStream> readInput(ResourceLoader resourceLoader, String fileName)
readInput in class AbstractPropertySourceLoaderresourceLoader - The resource loaderfileName - The file nameOptional