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
- Author:
- boccs002
-
-
Constructor Summary
Constructors Constructor Description MutableConfigurablePropertyResolver(org.springframework.core.env.MutablePropertySources propertySources, Function<org.springframework.core.env.MutablePropertySources,org.springframework.core.env.ConfigurablePropertyResolver> factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetPropertySources(org.springframework.core.env.MutablePropertySources propertySources)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
MutableConfigurablePropertyResolver
public MutableConfigurablePropertyResolver(org.springframework.core.env.MutablePropertySources propertySources, Function<org.springframework.core.env.MutablePropertySources,org.springframework.core.env.ConfigurablePropertyResolver> factory)
-
-