Package org.ct42.fnflow.cfgfns
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.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungpostProcessBeforeInitialization(Object bean, String beanName) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.springframework.beans.factory.config.BeanPostProcessor
postProcessAfterInitialization
-
Konstruktordetails
-
FnPropsInjectingPostProcessor
public FnPropsInjectingPostProcessor()
-
-
Methodendetails
-
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Angegeben von:
postProcessBeforeInitializationin Schnittstelleorg.springframework.beans.factory.config.BeanPostProcessor- Löst aus:
org.springframework.beans.BeansException
-