Class MutableConfigurablePropertyResolver
java.lang.Object
com.ulisesbocchio.jasyptspringboot.environment.MutableConfigurablePropertyResolver
- All Implemented Interfaces:
org.springframework.core.env.ConfigurablePropertyResolver,org.springframework.core.env.PropertyResolver
public class MutableConfigurablePropertyResolver
extends Object
implements org.springframework.core.env.ConfigurablePropertyResolver
MutableConfigurablePropertyResolver class.
- Version:
- $Id: $Id
- Author:
- Uli
-
Constructor Summary
ConstructorsConstructorDescriptionMutableConfigurablePropertyResolver(org.springframework.core.env.MutablePropertySources propertySources, Function<org.springframework.core.env.MutablePropertySources, org.springframework.core.env.ConfigurablePropertyResolver> factory) Constructor for MutableConfigurablePropertyResolver. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPropertySources(org.springframework.core.env.MutablePropertySources propertySources) setPropertySources.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.env.ConfigurablePropertyResolver
getConversionService, setConversionService, setEscapeCharacter, setIgnoreUnresolvableNestedPlaceholders, setPlaceholderPrefix, setPlaceholderSuffix, setRequiredProperties, setValueSeparator, validateRequiredPropertiesMethods inherited from interface org.springframework.core.env.PropertyResolver
containsProperty, getProperty, getProperty, getProperty, getProperty, getRequiredProperty, getRequiredProperty, resolvePlaceholders, resolveRequiredPlaceholders
-
Constructor Details
-
MutableConfigurablePropertyResolver
public MutableConfigurablePropertyResolver(org.springframework.core.env.MutablePropertySources propertySources, Function<org.springframework.core.env.MutablePropertySources, org.springframework.core.env.ConfigurablePropertyResolver> factory) Constructor for MutableConfigurablePropertyResolver.
- Parameters:
propertySources- aMutablePropertySourcesobjectfactory- aFunctionobject
-
-
Method Details
-
setPropertySources
public void setPropertySources(org.springframework.core.env.MutablePropertySources propertySources) setPropertySources.
- Parameters:
propertySources- aMutablePropertySourcesobject
-