Class SpelResolverConfigurationOnMissingBean


  • @Configuration
    public class SpelResolverConfigurationOnMissingBean
    extends java.lang.Object
    Configuration for SpelResolver.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.core.ParameterNameDiscoverer parameterNameDiscoverer()  
      org.springframework.expression.spel.standard.SpelExpressionParser spelExpressionParser()  
      io.github.resilience4j.spelresolver.SpelResolver spelResolver​(org.springframework.expression.spel.standard.SpelExpressionParser spelExpressionParser, org.springframework.core.ParameterNameDiscoverer parameterNameDiscoverer)  
      • Methods inherited from class java.lang.Object

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

      • SpelResolverConfigurationOnMissingBean

        public SpelResolverConfigurationOnMissingBean()
    • Method Detail

      • parameterNameDiscoverer

        @Bean
        @ConditionalOnMissingBean
        public org.springframework.core.ParameterNameDiscoverer parameterNameDiscoverer()
      • spelExpressionParser

        @Bean
        @ConditionalOnMissingBean
        public org.springframework.expression.spel.standard.SpelExpressionParser spelExpressionParser()
      • spelResolver

        @Bean
        @ConditionalOnMissingBean
        public io.github.resilience4j.spelresolver.SpelResolver spelResolver​(org.springframework.expression.spel.standard.SpelExpressionParser spelExpressionParser,
                                                                             org.springframework.core.ParameterNameDiscoverer parameterNameDiscoverer)