| Package | Description |
|---|---|
| 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.implementation |
The implementation package contains any logic for intercepting method calls.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeWriter.MethodPool.Entry.ForAbstractMethod
Describes an entry that defines a method but without byte code and without an annotation value.
|
static class |
TypeWriter.MethodPool.Entry.ForAnnotationDefaultValue
Describes an entry that defines a method with a default annotation value.
|
static class |
TypeWriter.MethodPool.Entry.ForImplementation
Describes an entry that defines a method as byte code.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Implementation.Context.Default.AbstractDelegationEntry
An abstract method pool entry that delegates the implementation of a method to itself.
|
protected static class |
Implementation.Context.Default.AccessorMethodDelegation
An implementation of a
TypeWriter.MethodPool.Entry for implementing
an accessor method. |
protected static class |
Implementation.Context.Default.FieldGetter
An implementation for a field getter.
|
protected static class |
Implementation.Context.Default.FieldSetter
An implementation for a field setter.
|
Copyright © 2014–2015. All rights reserved.