PropertyAggregator.Builder |
PropertyAggregator.Builder.withCustomPredicate(Predicate<? super Map.Entry<String,String>> predicate) |
Apply a custom filter to the final properties.
|
PropertyAggregator.Builder |
PropertyAggregator.Builder.withDefaultValues(Map<String,String> defaultValues) |
Apply a map of keys with their default values.
|
PropertyAggregator.Builder |
PropertyAggregator.Builder.withEnvironmentProperties() |
Add an environment property source to the queue.
|
PropertyAggregator.Builder |
PropertyAggregator.Builder.withFilteredKeys(List<String> keys) |
Apply a list of keys to filter the final properties by.
|
PropertyAggregator.Builder |
PropertyAggregator.Builder.withPropertiesFile(String propertiesFilePath) |
Add a property file source to the queue.
|
PropertyAggregator.Builder |
PropertyAggregator.Builder.withPropertiesFileInClassPath(String propertiesFilePath) |
Add a property file source inside the application classpath to the
queue.
|
PropertyAggregator.Builder |
PropertyAggregator.Builder.withSystemProperties() |
Add a system property source to the queue.
|