|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Injection | |
|---|---|
| org.springframework.jee.ejb | EJB metadata. |
| org.springframework.jee.inject | JSR250 Support. |
| Uses of Injection in org.springframework.jee.ejb |
|---|
| Subclasses of Injection in org.springframework.jee.ejb | |
|---|---|
class |
EjbFieldInjection
Field level @EJB injection. |
class |
EjbMethodInjection
Method level @EJB injection. |
| Methods in org.springframework.jee.ejb that return types with arguments of type Injection | |
|---|---|
List<Injection<EjbReferenceInfo>> |
EjbInjectionMetadata.getEjbInjections()
|
| Methods in org.springframework.jee.ejb with parameters of type Injection | |
|---|---|
void |
EjbInjectionMetadata.addEjbInjection(Injection<EjbReferenceInfo> fi)
|
| Uses of Injection in org.springframework.jee.inject |
|---|
| Subclasses of Injection in org.springframework.jee.inject | |
|---|---|
class |
FieldInjection
JSR 250 field level injection. |
class |
MethodInjection
JSR 250 method level injection. |
| Methods in org.springframework.jee.inject that return types with arguments of type Injection | |
|---|---|
List<Injection<?>> |
Jsr250Metadata.getInjections()
|
| Methods in org.springframework.jee.inject with parameters of type Injection | |
|---|---|
void |
Jsr250Metadata.addInjection(Injection<?> injection)
|
protected Object |
Jsr250Metadata.resolve(Injection injection)
Resolve the given injected value Look first in the Spring singleton factory, then in JNDI name |
Object |
DeploymentUnitMetadata.resolve(Injection injection)
|
| Method parameters in org.springframework.jee.inject with type arguments of type Injection | |
|---|---|
protected void |
Jsr250Processor.addAnnotationResourceReferences(List<Injection> injections,
Class clazz)
|
protected void |
Jsr250Metadata.applyInjections(Object instance,
List<? extends Injection<?>> injections)
Apply the given injection list into the passed object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||