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