| Package | Description | 
|---|---|
| net.bytebuddy.instrumentation.method.matcher | 
 This package contains types and classes that serve as predicates for
 determining if a given  
MethodDescription matches a certain criteria. | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
JunctionMethodMatcher.Conjunction
A conjunction implementation of a method matcher that returns  
true if both method matchers match
 a given method. | 
static class  | 
JunctionMethodMatcher.Disjunction
A disjunction implementation of a method matcher that returns  
true if either of two method matchers
 matches a given method. | 
Copyright © 2014. All rights reserved.