public class JuneauRestPostProcessor extends Object implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
JuneauRestRoot
annotation on the Spring application class and Constructor and Description |
---|
JuneauRestPostProcessor(org.springframework.context.ConfigurableApplicationContext ctx,
Class<?> appClass)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
public JuneauRestPostProcessor(org.springframework.context.ConfigurableApplicationContext ctx, Class<?> appClass)
ctx
- The spring application context.appClass
- The spring application class.public void postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
postProcessBeanDefinitionRegistry
in interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
postProcessBeanFactory
in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
org.springframework.beans.BeansException
Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.