Class SpelExpressionConverterConfiguration.BooleanToStringSpelConverter
java.lang.Object
org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration.AbstractSpelConverter<Boolean>
org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration.BooleanToStringSpelConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<Boolean, org.springframework.expression.Expression>
- Enclosing class:
SpelExpressionConverterConfiguration
public static class SpelExpressionConverterConfiguration.BooleanToStringSpelConverter
extends SpelExpressionConverterConfiguration.AbstractSpelConverter<Boolean>
- Author:
- Eric Bottard, Artem Bilan, Oleg Zhurakousky
-
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
-
BooleanToStringSpelConverter
public BooleanToStringSpelConverter()
-
-
Method Details
-
convert
-