Interface DelegatingMatcher
- All Known Subinterfaces:
DelegatingSuperTypeMatcher
public interface DelegatingMatcher
Interface for extracting the matcher that the given matcher delegates to.
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
Method Summary
Modifier and TypeMethodDescriptionnet.bytebuddy.matcher.ElementMatcher
<?> Returns the matcher that the current matcher delegates to.
-
Method Details
-
getDelegate
net.bytebuddy.matcher.ElementMatcher<?> getDelegate()Returns the matcher that the current matcher delegates to.
-