public class Jsr250BeanPostProcessor extends Object
Modifier and Type | Method and Description |
---|---|
int |
getOrder() |
Object |
postProcessAfterInitialization(Object bean,
String beanId) |
void |
postProcessBeforeDestruction(Object bean,
String beanId) |
Object |
postProcessBeforeInitialization(Object bean,
String beanId) |
boolean |
requiresDestruction(Object bean) |
void |
setApplicationContext(ApplicationContext applicationContext) |
public void setApplicationContext(ApplicationContext applicationContext)
public int getOrder()
public Object postProcessAfterInitialization(Object bean, String beanId)
public Object postProcessBeforeInitialization(Object bean, String beanId)
public boolean requiresDestruction(Object bean)
Copyright © 2019 JBoss by Red Hat. All rights reserved.