Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedBeanMetadata
An extended
BeanMetadata that allows specifying if
the bean instances are processors or not. |
Modifier and Type | Method and Description |
---|---|
Object |
BeanProcessor.afterInit(Object bean,
String beanName,
BeanProcessor.BeanCreator beanCreator,
BeanMetadata beanData) |
Object |
BeanProcessor.beforeInit(Object bean,
String beanName,
BeanProcessor.BeanCreator beanCreator,
BeanMetadata beanData) |
Modifier and Type | Method and Description |
---|---|
Object |
CmManagedProperties.afterInit(Object bean,
String beanName,
BeanProcessor.BeanCreator beanCreator,
BeanMetadata beanData) |
Object |
CmManagedProperties.beforeInit(Object bean,
String beanName,
BeanProcessor.BeanCreator beanCreator,
BeanMetadata beanData) |
Modifier and Type | Method and Description |
---|---|
void |
BeanRecipe.setInterceptorLookupKey(BeanMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
protected Metadata |
AbstractPropertyPlaceholder.processBeanMetadata(BeanMetadata component) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableBeanMetadata
A mutable version of the
BeanMetadata that allows modifications. |
Modifier and Type | Class and Description |
---|---|
class |
BeanMetadataImpl
Implementation of BeanMetadata
|
Modifier and Type | Method and Description |
---|---|
static boolean |
MetadataUtil.isPrototypeScope(BeanMetadata metadata) |
static boolean |
MetadataUtil.isSingletonScope(BeanMetadata metadata) |
Constructor and Description |
---|
BeanMetadataImpl(BeanMetadata source) |
Copyright © 2015. All rights reserved.