Do you know how to use Spring internal Spel Expression Parser in order to parse a String that contains bean reference of the Spring Application Context ?
I have already seen that SpelExpressionParser could be use with a StandardEvaluationContext that define somes explicit user variables.
I'm looking for a solution to directly use the Spring internal Spel Expression Parser binding to the whole Spring Application Context. The idea is to use a string template with the same capabilities of @Value SPEL annotations.