Class SpelExpressionConverterConfiguration.SpelConverter
java.lang.Object
org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration.AbstractSpelConverter<String>
org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration.SpelConverter
- 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
Modifier and TypeMethodDescriptiondefault <U> org.springframework.core.convert.converter.Converter<String, @Nullable U> andThen(org.springframework.core.convert.converter.Converter<? super org.springframework.expression.Expression, ? extends @Nullable U> arg0) org.springframework.expression.ExpressionMethods inherited from class SpelExpressionConverterConfiguration.AbstractSpelConverter
doConvert
-
Constructor Details
-
SpelConverter
public SpelConverter()
-
-
Method Details
-
convert
-
andThen
default <U> org.springframework.core.convert.converter.Converter<String, @Nullable U> andThen(org.springframework.core.convert.converter.Converter<? super org.springframework.expression.Expression, ? extends @Nullable U> arg0)
-