| Modifier and Type | Field and Description |
|---|---|
static InjectionPoint |
InjectionPoint.NONE |
| Modifier and Type | Method and Description |
|---|---|
InjectionPoint |
InjectionSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins,
org.apache.bcel.generic.ConstantPoolGen cpg,
org.apache.bcel.generic.InstructionHandle insHandle)
The implementation should identify method that are susceptible to injection and return
parameters index that can injected.
|
| Modifier and Type | Method and Description |
|---|---|
InjectionPoint |
UnboundIdLdapInjectionSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins,
org.apache.bcel.generic.ConstantPoolGen cpg,
org.apache.bcel.generic.InstructionHandle insHandle) |
InjectionPoint |
JndiLdapInjectionSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins,
org.apache.bcel.generic.ConstantPoolGen cpg,
org.apache.bcel.generic.InstructionHandle insHandle) |
| Modifier and Type | Method and Description |
|---|---|
InjectionPoint |
RedirectionSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins,
org.apache.bcel.generic.ConstantPoolGen cpg,
org.apache.bcel.generic.InstructionHandle insHandle) |
| Modifier and Type | Method and Description |
|---|---|
InjectionPoint |
SpelSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins,
org.apache.bcel.generic.ConstantPoolGen cpg,
org.apache.bcel.generic.InstructionHandle insHandle) |
InjectionPoint |
ScriptEngineSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins,
org.apache.bcel.generic.ConstantPoolGen cpg,
org.apache.bcel.generic.InstructionHandle insHandle) |
| Modifier and Type | Method and Description |
|---|---|
InjectionPoint |
JpaInjectionSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins,
org.apache.bcel.generic.ConstantPoolGen cpg,
org.apache.bcel.generic.InstructionHandle insHandle) |
InjectionPoint |
JdoInjectionSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins,
org.apache.bcel.generic.ConstantPoolGen cpg,
org.apache.bcel.generic.InstructionHandle insHandle) |
InjectionPoint |
HibernateInjectionSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins,
org.apache.bcel.generic.ConstantPoolGen cpg,
org.apache.bcel.generic.InstructionHandle insHandle) |
Copyright © 2015. All rights reserved.