Also: SpringCore
public interface

StringValueResolver

org.springframework.util.StringValueResolver

Class Overview

Simple strategy interface for resolving a String value. Used by ConfigurableBeanFactory.

Summary

Public Methods
abstract String resolveStringValue(String strVal)
Resolve the given String value, for example parsing placeholders.

Public Methods

public abstract String resolveStringValue (String strVal)

Also: SpringCore

Resolve the given String value, for example parsing placeholders.

Parameters
strVal the original String value
Returns
  • the resolved String value