| Package | Description | 
|---|---|
| net.bytebuddy.dynamic.scaffold.inline | All classes and types in this package are related to creating a  DynamicTypeby
 enhancing a given type. | 
| net.bytebuddy.dynamic.scaffold.subclass | All classes and types in this package are related to creating a  DynamicTypeby
 creating a subclass of a given type. | 
| net.bytebuddy.implementation | The implementation package contains any logic for intercepting method calls. | 
| net.bytebuddy.implementation.auxiliary | Auxiliary types describe helper types that aid as a supplementary to a given
  InstrumentedType. | 
| net.bytebuddy.implementation.bind.annotation | This package contains annotations, types and classes that are responsible for binding a method to calling another
 method by interpreting annotations that indicate how a method should be bound to another method. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | RebaseImplementationTarget.RebasedMethodSpecialMethodInvocationA  Implementation.SpecialMethodInvocationwhich invokes a rebased method
 as given by aMethodRebaseResolver. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Implementation.SpecialMethodInvocation | RebaseImplementationTarget. invokeSuper(MethodDescription methodDescription) | 
| static Implementation.SpecialMethodInvocation | RebaseImplementationTarget.RebasedMethodSpecialMethodInvocation. of(MethodRebaseResolver.Resolution resolution,
  TypeDescription instrumentedType)Creates a special method invocation for a rebased method if such an invocation is possible or otherwise
 returns an illegal special method invocation. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Implementation.SpecialMethodInvocation | SubclassImplementationTarget. invokeSuper(MethodDescription methodDescription) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Implementation.SpecialMethodInvocation.IllegalA canonical implementation of an illegal  Implementation.SpecialMethodInvocation. | 
| static class  | Implementation.SpecialMethodInvocation.SimpleA canonical implementation of a  Implementation.SpecialMethodInvocation. | 
| Modifier and Type | Method and Description | 
|---|---|
| Implementation.SpecialMethodInvocation | Implementation.Target. invokeDefault(TypeDescription targetType,
             String uniqueMethodSignature)Creates a special method invocation for invoking a default method. | 
| Implementation.SpecialMethodInvocation | Implementation.Target.AbstractBase. invokeDefault(TypeDescription targetType,
             String uniqueMethodSignature) | 
| protected abstract Implementation.SpecialMethodInvocation | Implementation.Target.AbstractBase. invokeSuper(MethodDescription methodDescription)Invokes the fully resolved method to be invoked by a super method call. | 
| Implementation.SpecialMethodInvocation | Implementation.Target. invokeSuper(MethodDescription methodDescription,
           Implementation.Target.MethodLookup methodLookup)Creates a special method invocation for invoking the super method of the given method. | 
| Implementation.SpecialMethodInvocation | Implementation.Target.AbstractBase. invokeSuper(MethodDescription methodDescription,
           Implementation.Target.MethodLookup methodLookup) | 
| static Implementation.SpecialMethodInvocation | Implementation.SpecialMethodInvocation.Simple. of(MethodDescription methodDescription,
  TypeDescription typeDescription)Creates a special method invocation for a given invocation target. | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodDescription | Implementation.Context.Default. registerAccessorFor(Implementation.SpecialMethodInvocation specialMethodInvocation) | 
| Modifier and Type | Method and Description | 
|---|---|
| Implementation.SpecialMethodInvocation | TypeProxy.InvocationFactory. invoke(Implementation.Target implementationTarget,
      TypeDescription proxiedType,
      MethodDescription instrumentedMethod)Creates a special method invocation to implement for a given method. | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodDescription | AuxiliaryType.MethodAccessorFactory. registerAccessorFor(Implementation.SpecialMethodInvocation specialMethodInvocation)Registers an accessor method for a
  Implementation.SpecialMethodInvocationwhich cannot itself be
 triggered invoked directly from outside a type. | 
| MethodDescription | AuxiliaryType.MethodAccessorFactory.Illegal. registerAccessorFor(Implementation.SpecialMethodInvocation specialMethodInvocation) | 
| Constructor and Description | 
|---|
| AccessorMethodInvocation(MethodDescription instrumentedMethod,
                        Implementation.SpecialMethodInvocation specialMethodInvocation)Creates a new accessor method invocation. | 
| AssignableSignatureCall(Implementation.SpecialMethodInvocation specialMethodInvocation,
                       boolean serializable)Creates an operand stack assignment that creates a
  MethodCallProxyfor thetargetMethodand pushes this proxy object onto the stack. | 
| MethodCallProxy(Implementation.SpecialMethodInvocation specialMethodInvocation,
               boolean serializableProxy)Creates a new method call proxy for a given method and uses a default assigner for assigning the method's return
 value to either the  Callable.call()orRunnable.run()method returns. | 
| MethodCallProxy(Implementation.SpecialMethodInvocation specialMethodInvocation,
               boolean serializableProxy,
               Assigner assigner)Creates a new method call proxy for a given method. | 
| Modifier and Type | Method and Description | 
|---|---|
| Implementation.SpecialMethodInvocation | Morph.Binder.DefaultMethodLocator. resolve(Implementation.Target implementationTarget,
       MethodDescription source)Locates the correct default method to a given source method. | 
| Implementation.SpecialMethodInvocation | Morph.Binder.DefaultMethodLocator.Implicit. resolve(Implementation.Target implementationTarget,
       MethodDescription source) | 
| Implementation.SpecialMethodInvocation | Morph.Binder.DefaultMethodLocator.Explicit. resolve(Implementation.Target implementationTarget,
       MethodDescription source) | 
| Implementation.SpecialMethodInvocation | DefaultCall.Binder.DefaultMethodLocator. resolve(Implementation.Target implementationTarget,
       MethodDescription source)Locates the correct default method to a given source method. | 
| Implementation.SpecialMethodInvocation | DefaultCall.Binder.DefaultMethodLocator.Implicit. resolve(Implementation.Target implementationTarget,
       MethodDescription source) | 
| Implementation.SpecialMethodInvocation | DefaultCall.Binder.DefaultMethodLocator.Explicit. resolve(Implementation.Target implementationTarget,
       MethodDescription source) | 
| Constructor and Description | 
|---|
| RedirectionProxy(TypeDescription morphingType,
                TypeDescription instrumentedType,
                Implementation.SpecialMethodInvocation specialMethodInvocation,
                Assigner assigner,
                boolean serializableProxy,
                MethodLookupEngine.Factory methodLookupEngineFactory)Creates a new redirection proxy. | 
Copyright © 2014–2015. All rights reserved.