Class SpelFunctions
java.lang.Object
io.contextmap.spring.runtime.reflection.SpelFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringresolveStringValue(org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory, String expression) Resolves the value of a Spel-string, or if it can not be resolved, then it is likely just a String and not Spel, in which case it returns the String as-is.
-
Constructor Details
-
SpelFunctions
public SpelFunctions()
-
-
Method Details
-
resolveStringValue
public static String resolveStringValue(org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory, String expression) Resolves the value of a Spel-string, or if it can not be resolved, then it is likely just a String and not Spel, in which case it returns the String as-is.
-