Class SpelFunctions

java.lang.Object
io.contextmap.spring.runtime.reflection.SpelFunctions

public class SpelFunctions extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.