protected static interface MethodDelegation.MethodContainer
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | MethodDelegation.MethodContainer.ForExplicitMethodsA method container for an explicit list of methods. | 
| static class  | MethodDelegation.MethodContainer.ForVirtualMethodsA method container for which all virtual methods of a given type should be considered. | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodDelegation.MethodContainer | filter(ElementMatcher<? super MethodDescription> matcher)Appends a filter that is applied to the methods that this container represents. | 
| MethodList<?> | resolve(TypeDescription instrumentedType)Resolves this method container to extract a list of methods to be considered for interception. | 
MethodDelegation.MethodContainer filter(ElementMatcher<? super MethodDescription> matcher)
matcher - The matcher that is to be applied for filtering methods.MethodList<?> resolve(TypeDescription instrumentedType)
instrumentedType - The instrumented type.Copyright © 2014–2016. All rights reserved.