Package | Description |
---|---|
org.jboss.as.pojo.descriptor | |
org.jboss.as.pojo.service |
Modifier and Type | Class and Description |
---|---|
class |
CollectionConfig
Collection meta data.
|
class |
FactoryConfig
Factory value.
|
class |
InjectedValueConfig
Injected value.
|
class |
ListConfig
List meta data.
|
class |
MapConfig
Map meta data.
|
class |
SetConfig
Set meta data.
|
class |
StringValueConfig
String value.
|
class |
ValueFactoryConfig
Value factory value.
|
Modifier and Type | Method and Description |
---|---|
ValueConfig[] |
LifecycleConfig.getParameters() |
ValueConfig[] |
ConstructorConfig.getParameters() |
ValueConfig |
PropertyConfig.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
CollectionConfig.addValue(ValueConfig value) |
void |
MapConfig.put(ValueConfig key,
ValueConfig value) |
void |
LifecycleConfig.setParameters(ValueConfig[] parameters) |
void |
ValueFactoryConfig.setParameters(ValueConfig[] parameters) |
void |
ConstructorConfig.setParameters(ValueConfig[] parameters) |
void |
PropertyConfig.setValue(ValueConfig value) |
Modifier and Type | Method and Description |
---|---|
protected ValueConfig[] |
AbstractJoinpoint.getParameters() |
Modifier and Type | Method and Description |
---|---|
static String[] |
Configurator.getTypes(ValueConfig[] values)
Get types from values.
|
void |
AbstractJoinpoint.setParameters(ValueConfig[] parameters) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.