Class SpelExpressionConverterConfiguration.SpelConverter
java.lang.Object
org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration.AbstractSpelConverter<String>
org.springframework.cloud.stream.config.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 SpelExpressionConverterConfiguration.AbstractSpelConverter<String>
A simple converter from String to Expression.
- Author:
- Eric Bottard
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SpelExpressionConverterConfiguration.AbstractSpelConverter
doConvertMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
SpelConverter
public SpelConverter()
-
-
Method Details
-
convert
-