Class SpelFunctionCallback

java.lang.Object
fr.enedis.chutney.engine.domain.execution.evaluation.SpelFunctionCallback
All Implemented Interfaces:
org.springframework.util.ReflectionUtils.MethodCallback

public class SpelFunctionCallback extends Object implements org.springframework.util.ReflectionUtils.MethodCallback
Spring ReflectionUtils.MethodCallback use to find all method from specified class with @SpelFunction annotation. This class produce a SpelFunctions who contains all Method mark with SpelFunction declared on class from ReflectionUtils.doWithMethods
  • Constructor Details

    • SpelFunctionCallback

      public SpelFunctionCallback()
  • Method Details