Klasse FnPropsInjectingPostProcessor

java.lang.Object
org.ct42.fnflow.cfgfns.FnPropsInjectingPostProcessor
Alle implementierten Schnittstellen:
org.springframework.beans.factory.config.BeanPostProcessor

@Component @RegisterReflectionForBinding(ConfigurableFunction.class) public class FnPropsInjectingPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
Injects configuration properties data holder into configurable function instances.
  • Konstruktordetails

    • FnPropsInjectingPostProcessor

      public FnPropsInjectingPostProcessor()
  • Methodendetails

    • postProcessBeforeInitialization

      public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
      Angegeben von:
      postProcessBeforeInitialization in Schnittstelle org.springframework.beans.factory.config.BeanPostProcessor
      Löst aus:
      org.springframework.beans.BeansException