Class SpelExpressionConverterConfiguration.SpelConverter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.Converter<String,​org.springframework.expression.Expression>
    Enclosing class:
    SpelExpressionConverterConfiguration

    public static class SpelExpressionConverterConfiguration.SpelConverter
    extends Object
    implements org.springframework.core.convert.converter.Converter<String,​org.springframework.expression.Expression>
    A simple converter from String to Expression.
    Author:
    Eric Bottard
    • Constructor Detail

      • SpelConverter

        public SpelConverter()
    • Method Detail

      • convert

        public org.springframework.expression.Expression convert​(String source)
        Specified by:
        convert in interface org.springframework.core.convert.converter.Converter<String,​org.springframework.expression.Expression>