| Package | Description |
|---|---|
| org.smallmind.nutsnbolts.property | |
| org.smallmind.nutsnbolts.spring | |
| org.smallmind.nutsnbolts.util |
| Constructor and Description |
|---|
PropertyExpander(boolean ignoreUnresolvableProperties,
SystemPropertyMode systemPropertyMode,
boolean searchSystemEnvironment) |
PropertyExpander(String prefix,
String suffix,
boolean ignoreUnresolvableProperties,
SystemPropertyMode systemPropertyMode,
boolean searchSystemEnvironment) |
PropertyExpander(SystemPropertyMode systemPropertyMode,
boolean searchSystemEnvironment) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyPlaceholderConfigurer.setSystemPropertyMode(SystemPropertyMode systemPropertyMode) |
| Constructor and Description |
|---|
PropertyPlaceholderStringValueResolver(Map<String,Object> propertyMap,
boolean ignoreUnresolvableProperties,
SystemPropertyMode systemPropertyMode,
boolean searchSystemEnvironment) |
| Modifier and Type | Method and Description |
|---|---|
static SystemPropertyMode |
SystemPropertyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemPropertyMode[] |
SystemPropertyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.