Toggle navigation
Home
net.bytebuddy.matcher.ElementMatcher to java.util.List
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'byte-buddy'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Cascading Type Change (Similar)
ElementMatcher<? super MethodDescription>
to
List<MethodDescription>
Other
not(anyOf(implementations.keySet())).and(methodFilter.resolve(instrumentedType))
to
not(anyOf(implementations.keySet())).and(methodFilter.resolve(instrumentedType))
Rename Variable
instrumented
to
relevant