Class SpelExpressionConverterConfiguration.AbstractSpelConverter<T>

java.lang.Object
org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration.AbstractSpelConverter<T>
Direct Known Subclasses:
SpelExpressionConverterConfiguration.BooleanToStringSpelConverter, SpelExpressionConverterConfiguration.NumberToStringSpelConverter, SpelExpressionConverterConfiguration.SpelConverter
Enclosing class:
SpelExpressionConverterConfiguration

public abstract static class SpelExpressionConverterConfiguration.AbstractSpelConverter<T> extends Object
Author:
Eric Bottard, Artem Bilan, Oleg Zhurakousky
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default <U> org.springframework.core.convert.converter.Converter<T, @Nullable U>
    andThen(org.springframework.core.convert.converter.Converter<? super org.springframework.expression.Expression, ? extends @Nullable U> arg0)
     
    org.springframework.expression.Expression
    convert(T arg0)
     
    org.springframework.expression.Expression
    doConvert(String source)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AbstractSpelConverter

      public AbstractSpelConverter()
  • Method Details

    • doConvert

      public org.springframework.expression.Expression doConvert(String source)
    • convert

      org.springframework.expression.Expression convert(T arg0)
    • andThen

      default <U> org.springframework.core.convert.converter.Converter<T, @Nullable U> andThen(org.springframework.core.convert.converter.Converter<? super org.springframework.expression.Expression, ? extends @Nullable U> arg0)