public static class SubclassImplementationTarget.Factory extends Object implements Implementation.Target.Factory
SubclassImplementationTarget
.Constructor and Description |
---|
Factory(BridgeMethodResolver.Factory bridgeMethodResolverFactory,
SubclassImplementationTarget.OriginTypeIdentifier originTypeIdentifier)
Creates a new factory for a
SubclassImplementationTarget . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
Implementation.Target |
make(MethodLookupEngine.Finding finding,
List<? extends MethodDescription> instrumentedMethods)
Creates a new implementation target.
|
String |
toString() |
public Factory(BridgeMethodResolver.Factory bridgeMethodResolverFactory, SubclassImplementationTarget.OriginTypeIdentifier originTypeIdentifier)
SubclassImplementationTarget
.bridgeMethodResolverFactory
- A factory for creating a bridge method resolver to be handed to the
created subclass implementation target.originTypeIdentifier
- The origin type identifier to use.public Implementation.Target make(MethodLookupEngine.Finding finding, List<? extends MethodDescription> instrumentedMethods)
Implementation.Target.Factory
make
in interface Implementation.Target.Factory
finding
- The analyzed instrumented type.instrumentedMethods
- A list of all methods that are to be instrumented.Copyright © 2014–2015. All rights reserved.