public static interface MemberSubstitution.Substitution.ForFieldAccess.FieldResolver
Modifier and Type | Interface and Description |
---|---|
static class |
MemberSubstitution.Substitution.ForFieldAccess.FieldResolver.ForElementMatcher
A field matcher that resolves a non-static field on the first parameter type of the substituted member usage.
|
static class |
MemberSubstitution.Substitution.ForFieldAccess.FieldResolver.Simple
A simple field resolver that returns a specific field.
|
Modifier and Type | Method and Description |
---|---|
FieldDescription |
resolve(TypeDescription targetType,
ByteCodeElement target,
TypeList.Generic parameters,
TypeDescription.Generic result)
Resolves the field to substitute with.
|
FieldDescription resolve(TypeDescription targetType, ByteCodeElement target, TypeList.Generic parameters, TypeDescription.Generic result)
targetType
- The target type on which a member is accessed.target
- The target field, method or constructor that is substituted,parameters
- All parameters that serve as input to this access.result
- The result that is expected from the interaction or void
if no result is expected.Copyright © 2014–2019. All rights reserved.