Klasse ConfigurableFunctionRegistrar

java.lang.Object
org.ct42.fnflow.cfgfns.ConfigurableFunctionRegistrar
Alle implementierten Schnittstellen:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.context.ApplicationContextAware

public class ConfigurableFunctionRegistrar extends Object implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.context.ApplicationContextAware
Registers bean instances for all configured functions.
  • Konstruktordetails

    • ConfigurableFunctionRegistrar

      public ConfigurableFunctionRegistrar(org.springframework.core.env.Environment environment)
  • Methodendetails

    • postProcessBeanDefinitionRegistry

      public void postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) throws org.springframework.beans.BeansException
      Angegeben von:
      postProcessBeanDefinitionRegistry in Schnittstelle org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
      Löst aus:
      org.springframework.beans.BeansException
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Angegeben von:
      setApplicationContext in Schnittstelle org.springframework.context.ApplicationContextAware
      Löst aus:
      org.springframework.beans.BeansException