public static class MethodAttributeAppender.Explicit.Target.OnMethodParameter extends Object implements MethodAttributeAppender.Explicit.Target
MethodAttributeAppender.Explicit.Target.OnMethod, MethodAttributeAppender.Explicit.Target.OnMethodParameter| Modifier | Constructor and Description | 
|---|---|
protected  | 
OnMethodParameter(int parameterIndex)
Creates a target for a method attribute appender for a method parameter of the given index. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object other)  | 
int | 
hashCode()  | 
AnnotationAppender.Target | 
make(MethodVisitor methodVisitor,
    MethodDescription methodDescription)
Materializes the target for a given creation process. 
 | 
String | 
toString()  | 
protected OnMethodParameter(int parameterIndex)
parameterIndex - The index of the target parameter.public AnnotationAppender.Target make(MethodVisitor methodVisitor, MethodDescription methodDescription)
MethodAttributeAppender.Explicit.Targetmake in interface MethodAttributeAppender.Explicit.TargetmethodVisitor - The method visitor to which the attributes that are represented by this
                          attribute appender are written to.methodDescription - The description of the method for which the given method visitor creates an
                          instrumentation for.Copyright © 2014–2016. All rights reserved.