Package | Description |
---|---|
net.bytebuddy |
Byte Buddy is a library for creating Java classes at runtime of a Java program.
|
net.bytebuddy.dynamic.scaffold |
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
|
net.bytebuddy.dynamic.scaffold.inline |
All classes and types in this package are related to creating a
DynamicType by
enhancing a given type. |
Class and Description |
---|
ClassFileLocator
Locates a class file or its byte array representation when it is given its type description.
|
Class and Description |
---|
ClassFileLocator
Locates a class file or its byte array representation when it is given its type description.
|
MethodRebaseResolver
A method rebase resolver is responsible for mapping methods of an instrumented type to an alternative signature.
|
Class and Description |
---|
ClassFileLocator
Locates a class file or its byte array representation when it is given its type description.
|
ClassFileLocator.Default
Default implementations for a
ClassFileLocator . |
InlineDynamicTypeBuilder.TargetHandler
An inline dynamic type builder's target handler is responsible to proving any information that is required
for defining the type.
|
InlineDynamicTypeBuilder.TargetHandler.ForRebaseInstrumentation
Performs a rebase instrumentation which creates a redefinition of the given type by rebasing the original
code of redefined method and by invoking these methods when a super method should be invoked.
|
InlineDynamicTypeBuilder.TargetHandler.ForRedefinitionInstrumentation
Performs a subclass instrumentation which creates a redefinition of the given type by invoking the
actual super method when redefining a method.
|
InlineDynamicTypeBuilder.TargetHandler.Prepared
A prepared
InlineDynamicTypeBuilder.TargetHandler . |
InlineDynamicTypeBuilder.TargetHandler.Prepared.ForRedefinitionInstrumentation
A prepared target handler for an instrumentation that creates a redefinition of the given type by
invoking the actual super method when redefining a method.
|
MethodRebaseResolver
A method rebase resolver is responsible for mapping methods of an instrumented type to an alternative signature.
|
MethodRebaseResolver.MethodNameTransformer
A method name transformer provides a unique mapping of a method's name to an alternative name.
|
MethodRebaseResolver.NoOp
A method rebase resolver that preserves any method in its original form.
|
MethodRebaseResolver.Resolution
A resolution for a method that was checked by a
MethodRebaseResolver . |
Copyright © 2014. All rights reserved.