Uses of Class
net.bytebuddy.matcher.BooleanMatcher
-
Packages that use BooleanMatcher Package Description net.bytebuddy.matcher Contains an API for matching Java byte code entities. -
-
Uses of BooleanMatcher in net.bytebuddy.matcher
Fields in net.bytebuddy.matcher declared as BooleanMatcher Modifier and Type Field Description private static BooleanMatcher<?>BooleanMatcher. FALSEA matcher that always returnsfalse.private static BooleanMatcher<?>BooleanMatcher. TRUEA matcher that always returnstrue.
-