public abstract class EitherInterfaceMatch extends Object implements IndirectMatch
EitherInterfaceMatch match the class inherited getMatchInterface() and not inherited getMutexInterface()| Modifier | Constructor and Description |
|---|---|
protected |
EitherInterfaceMatch() |
| Modifier and Type | Method and Description |
|---|---|
net.bytebuddy.matcher.ElementMatcher.Junction |
buildJunction() |
abstract String |
getMatchInterface() |
abstract String |
getMutexInterface() |
boolean |
isMatch(net.bytebuddy.description.type.TypeDescription typeDescription) |
public net.bytebuddy.matcher.ElementMatcher.Junction buildJunction()
buildJunction in interface IndirectMatchpublic boolean isMatch(net.bytebuddy.description.type.TypeDescription typeDescription)
isMatch in interface IndirectMatchpublic abstract String getMatchInterface()
public abstract String getMutexInterface()
Copyright © 2019 The Apache Software Foundation. All rights reserved.