Modifier and Type | Class and Description |
---|---|
class |
Constant
Specifically, a target field defined as 'static final'.
|
class |
MethodBodyReturn
Specifically, a replace the body of a member method to return the injection value.
|
Modifier and Type | Field and Description |
---|---|
private TargetMember |
BytecodeInjectionMojo.BaseInjectionTarget.targetMember |
private TargetMember[] |
BytecodeInjection.targetMembers |
Modifier and Type | Method and Description |
---|---|
TargetMember |
BytecodeInjectionMojo.BaseInjectionTarget.getTargetMember() |
TargetMember[] |
BytecodeInjection.getTargetMembers() |
Modifier and Type | Method and Description |
---|---|
void |
BytecodeInjection.setTargetMembers(TargetMember[] targetMembers) |
Constructor and Description |
---|
BaseInjectionTarget(TargetMember targetMember) |