Toggle navigation
Home
TypeDescription.Generic.Visitor to net.bytebuddy.matcher.ElementMatcher
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'byte-buddy'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
visitor
to
matcher
visitor
to
matcher
Add or Remove Method invocation
typeVariable.getUpperBounds().accept(visitor)
to
typeVariable.getUpperBounds().accept(new TypeDescription.Generic.Visitor.Substitutor.ForDetachment(matcher))