|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InjectOption | |
---|---|
org.jboss.beans.metadata.api.model | |
org.jboss.beans.metadata.plugins | Classes used to deploy beans, an abstract implementation. |
org.jboss.beans.metadata.spi.builder |
Uses of InjectOption in org.jboss.beans.metadata.api.model |
---|
Methods in org.jboss.beans.metadata.api.model that return InjectOption | |
---|---|
static InjectOption |
InjectOption.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static InjectOption[] |
InjectOption.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of InjectOption in org.jboss.beans.metadata.plugins |
---|
Fields in org.jboss.beans.metadata.plugins declared as InjectOption | |
---|---|
protected InjectOption |
AbstractInjectionValueMetaData.injectionOption
|
Methods in org.jboss.beans.metadata.plugins that return InjectOption | |
---|---|
InjectOption |
AbstractInjectionValueMetaData.getInjectionOption()
|
Methods in org.jboss.beans.metadata.plugins with parameters of type InjectOption | |
---|---|
void |
AbstractInjectionValueMetaData.setInjectionOption(InjectOption injectionOption)
|
Uses of InjectOption in org.jboss.beans.metadata.spi.builder |
---|
Methods in org.jboss.beans.metadata.spi.builder with parameters of type InjectOption | |
---|---|
ValueMetaData |
BeanMetaDataBuilder.createContextualInject(ControllerState whenRequired,
ControllerState dependentState,
AutowireType autowire,
InjectOption option)
Create contextual injection. |
abstract ValueMetaData |
BeanMetaDataBuilder.createContextualInject(ControllerState whenRequired,
ControllerState dependentState,
AutowireType autowire,
InjectOption option,
SearchInfo search)
Create contextual injection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |