Uses of Class
org.jboss.as.pojo.descriptor.ValueConfig
-
Packages that use ValueConfig Package Description org.jboss.as.pojo.descriptor org.jboss.as.pojo.service -
-
Uses of ValueConfig in org.jboss.as.pojo.descriptor
Subclasses of ValueConfig in org.jboss.as.pojo.descriptor Modifier and Type Class Description classCollectionConfigCollection meta data.classFactoryConfigFactory value.classInjectedValueConfigInjected value.classListConfigList meta data.classMapConfigMap meta data.classSetConfigSet meta data.classStringValueConfigString value.classValueFactoryConfigValue factory value.Methods in org.jboss.as.pojo.descriptor that return ValueConfig Modifier and Type Method Description ValueConfig[]ConstructorConfig. getParameters()ValueConfig[]LifecycleConfig. getParameters()ValueConfigPropertyConfig. getValue()Methods in org.jboss.as.pojo.descriptor with parameters of type ValueConfig Modifier and Type Method Description voidCollectionConfig. addValue(ValueConfig value)voidMapConfig. put(ValueConfig key, ValueConfig value)voidConstructorConfig. setParameters(ValueConfig[] parameters)voidLifecycleConfig. setParameters(ValueConfig[] parameters)voidValueFactoryConfig. setParameters(ValueConfig[] parameters)voidPropertyConfig. setValue(ValueConfig value) -
Uses of ValueConfig in org.jboss.as.pojo.service
Methods in org.jboss.as.pojo.service that return ValueConfig Modifier and Type Method Description protected ValueConfig[]AbstractJoinpoint. getParameters()Methods in org.jboss.as.pojo.service with parameters of type ValueConfig Modifier and Type Method Description static String[]Configurator. getTypes(ValueConfig[] values)Get types from values.voidAbstractJoinpoint. setParameters(ValueConfig[] parameters)
-