| Package | Description | 
|---|---|
| net.bytebuddy.implementation | The implementation package contains any logic for intercepting method calls. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | MethodDelegation.ImplementationDelegate.ForConstructionAn implementation that creates new instances of a given type. | 
| static class  | MethodDelegation.ImplementationDelegate.ForInstanceFieldAn implementation applied on an instance field. | 
| static class  | MethodDelegation.ImplementationDelegate.ForStaticFieldAn implementation applied on a static field. | 
| static class  | MethodDelegation.ImplementationDelegate.ForStaticMethodAn implementation applied to a static method. | 
| Constructor and Description | 
|---|
| MethodDelegation(MethodDelegation.ImplementationDelegate implementationDelegate,
                List<TargetMethodAnnotationDrivenBinder.ParameterBinder<?>> parameterBinders,
                TargetMethodAnnotationDrivenBinder.DefaultsProvider defaultsProvider,
                TargetMethodAnnotationDrivenBinder.TerminationHandler terminationHandler,
                MethodDelegationBinder.AmbiguityResolver ambiguityResolver,
                Assigner assigner,
                MethodDelegation.MethodContainer methodContainer)Creates a new method delegation. | 
Copyright © 2014–2015. All rights reserved.