Class SpelExpressionConverterConfiguration.NumberToStringSpelConverter
java.lang.Object
org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration.AbstractSpelConverter<Number>
org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration.NumberToStringSpelConverter
- Enclosing class:
SpelExpressionConverterConfiguration
public static class SpelExpressionConverterConfiguration.NumberToStringSpelConverter
extends SpelExpressionConverterConfiguration.AbstractSpelConverter<Number>
- Author:
- Eric Bottard, Artem Bilan, Oleg Zhurakousky
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefault <U> org.springframework.core.convert.converter.Converter<Number, @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
-
NumberToStringSpelConverter
public NumberToStringSpelConverter()
-
-
Method Details
-
convert
-
andThen
default <U> org.springframework.core.convert.converter.Converter<Number, @Nullable U> andThen(org.springframework.core.convert.converter.Converter<? super org.springframework.expression.Expression, ? extends @Nullable U> arg0)
-