| Package | Description |
|---|---|
| org.jboss.managed.plugins.factory |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractManagedObjectPopulator<T>
A default ManagedObjectPopulator implementation that relies on mc configuration
for obtaining BeanInfos for a class, and InstanceClassFactorys for
class, name and values from a value to be managed.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectPopulator<?> |
AbstractManagedObjectFactory.getDefaultManagedObjectPopulator() |
protected <X> ManagedObjectPopulator<X> |
AbstractManagedObjectFactory.getPopulator(Class<X> clazz)
Get the populator for a class
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractManagedObjectFactory.setDefaultManagedObjectPopulator(ManagedObjectPopulator<? extends Serializable> defaultManagedObjectPopulator)
A default implementation of ManagedObjectPopulator that is used when
there is no ManagedObjectBuilder registered for a given type.
|
| Constructor and Description |
|---|
AbstractManagedObjectFactory(MetaTypeFactory metaTypeFactory,
MetaValueFactory metaValueFactory,
InstanceClassFactory<?> defaultInstanceFactory,
ManagedObjectPopulator<?> defaultManagedObjectPopulator,
Map<Class<?>,ManagedObjectBuilder> builders,
Map<Class<?>,InstanceClassFactory<?>> instanceFactories)
Create an AbstractManagedObjectFactory the given factories, supporting
information.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.