コード例 #1
0
 @Bean
 public ExpressionExecutor spelExecutor() {
   if (customLinkBuilderConfigurer != null) {
     ExpressionExecutor expressionExecutor = customLinkBuilderConfigurer.spelExecutor();
     if (expressionExecutor != null) {
       return expressionExecutor;
     }
   }
   return defaultLinkBuilderConfigurer.spelExecutor();
 }