private static class SendToMethodReturnValueHandler.DestinationVariablePlaceholderResolver extends java.lang.Object implements PropertyPlaceholderHelper.PlaceholderResolver
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.lang.String> |
vars |
Constructor and Description |
---|
DestinationVariablePlaceholderResolver(java.util.Map<java.lang.String,java.lang.String> vars) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
resolvePlaceholder(java.lang.String placeholderName)
Resolve the supplied placeholder name to the replacement value.
|
public DestinationVariablePlaceholderResolver(java.util.Map<java.lang.String,java.lang.String> vars)
public java.lang.String resolvePlaceholder(java.lang.String placeholderName)
PropertyPlaceholderHelper.PlaceholderResolver
resolvePlaceholder
in interface PropertyPlaceholderHelper.PlaceholderResolver
placeholderName
- the name of the placeholder to resolvenull
if no replacement is to be made