@HashCodeAndEqualsPlugin.Enhance public static class MemberSubstitution.Substitution.Chain.Step.ForField.Read.Factory extends Object implements MemberSubstitution.Substitution.Chain.Step.Factory
| Constructor and Description | 
|---|
| Factory(Field field)Creates a factory for a step reading a field. | 
| Factory(FieldDescription fieldDescription)Creates a factory for a step reading a field. | 
| Modifier and Type | Method and Description | 
|---|---|
| MemberSubstitution.Substitution.Chain.Step | make(Assigner assigner,
    Assigner.Typing typing,
    TypeDescription instrumentedType,
    MethodDescription instrumentedMethod)Creates a substitution step for an instrumented method. | 
public Factory(Field field)
field - The field being read.public Factory(FieldDescription fieldDescription)
fieldDescription - A description of the field being read.public MemberSubstitution.Substitution.Chain.Step make(Assigner assigner, Assigner.Typing typing, TypeDescription instrumentedType, MethodDescription instrumentedMethod)
make in interface MemberSubstitution.Substitution.Chain.Step.Factoryassigner - The assigner to use.typing - The typing to use.instrumentedType - The instrumented type.instrumentedMethod - The instrumented method.Copyright © 2014–2024. All rights reserved.