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

    Constructors
    Constructor
    Description
    MutableConfigurablePropertyResolver(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 Type
    Method
    Description
    void
    setPropertySources(org.springframework.core.env.MutablePropertySources propertySources)
    setPropertySources.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.core.env.ConfigurablePropertyResolver

    getConversionService, setConversionService, setEscapeCharacter, setIgnoreUnresolvableNestedPlaceholders, setPlaceholderPrefix, setPlaceholderSuffix, setRequiredProperties, setValueSeparator, validateRequiredProperties

    Methods 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 - a MutablePropertySources object
      factory - a Function object
  • Method Details

    • setPropertySources

      public void setPropertySources(org.springframework.core.env.MutablePropertySources propertySources)

      setPropertySources.

      Parameters:
      propertySources - a MutablePropertySources object