Package | Description |
---|---|
org.jboss.managed.api | |
org.jboss.managed.plugins | |
org.jboss.managed.plugins.constraints | |
org.jboss.managed.plugins.factory | |
org.jboss.managed.spi.factory |
Modifier and Type | Method and Description |
---|---|
Fields |
Fields.copy()
Create a copy of the fields.
|
Fields |
ManagedProperty.getFields()
Get the fields
|
Fields |
ManagedParameter.getFields()
Get the fields
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFieldsImpl
A default implementation of the Fields interface.
|
Modifier and Type | Method and Description |
---|---|
Fields |
DefaultFieldsImpl.copy() |
Fields |
ManagedParameterImpl.getFields() |
Fields |
ManagedPropertyImpl.getFields() |
Constructor and Description |
---|
ManagedParameterImpl(Fields fields)
Create a new ManagedProperty that is not associated to
a ManagedObject.
|
ManagedPropertyImpl(Fields fields)
Create a new ManagedProperty that is not associated to
a ManagedObject.
|
ManagedPropertyImpl(ManagedObject managedObject,
Fields fields)
Create a new ManagedProperty.
|
WritethroughManagedPropertyImpl(Fields fields) |
WritethroughManagedPropertyImpl(Fields fields,
MetaValueFactory valueFactory,
ManagedObjectFactory objectFactory) |
WritethroughManagedPropertyImpl(ManagedObject managedObject,
Fields fields) |
Modifier and Type | Method and Description |
---|---|
void |
StringLegalValuesPopulator.populateManagedProperty(Class attachmentClass,
org.jboss.beans.info.spi.PropertyInfo info,
Fields fields) |
void |
NumberConstraintsPopulator.populateManagedProperty(Class attachmentClass,
org.jboss.beans.info.spi.PropertyInfo info,
Fields fields) |
Modifier and Type | Method and Description |
---|---|
protected ManagedProperty |
AbstractManagedObjectFactory.createDefaultManagedProperty(Fields fields)
Create default MangedProperty instance.
|
static ManagedProperty |
AbstractManagedObjectFactory.createManagedProperty(Class<? extends ManagedProperty> factory,
Fields fields)
Create a ManagedProperty by looking to the factory for ctor(Fields)
|
protected ManagedProperty |
AbstractManagedObjectFactory.getManagedProperty(Class<? extends ManagedProperty> factory,
Fields fields)
Look for ctor(Fields)
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedParameterConstraintsPopulator.populateManagedParameter(String methodName,
org.jboss.reflect.spi.ParameterInfo info,
Fields fields)
Populate the ManagedParameter fields constraint related info.
|
void |
ManagedPropertyConstraintsPopulator.populateManagedProperty(Class attachmentClass,
org.jboss.beans.info.spi.PropertyInfo info,
Fields fields)
Populate the ManagedProperty fields constraint related info.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.