public class FilteredPropertiesSource extends java.lang.Object implements PropertiesSource
| Modifier and Type | Class and Description |
|---|---|
static interface |
FilteredPropertiesSource.Filter |
| Constructor and Description |
|---|
FilteredPropertiesSource(PropertiesSource propertiesSource,
FilteredPropertiesSource.Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getProperties() |
public FilteredPropertiesSource(PropertiesSource propertiesSource, FilteredPropertiesSource.Filter filter)
public java.util.Map<java.lang.String,java.lang.String> getProperties()
getProperties in interface PropertiesSourceCopyright © 2017-2021 Okta. All Rights Reserved.