| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected InstrumentedType.Factory |
ByteBuddy.instrumentedTypeFactory
The instrumented type factory to use.
|
| Modifier and Type | Method and Description |
|---|---|
ByteBuddy |
ByteBuddy.with(InstrumentedType.Factory instrumentedTypeFactory)
Configures Byte Buddy to use the specified factory for creating
InstrumentedTypes. |
| Constructor and Description |
|---|
ByteBuddy(ClassFileVersion classFileVersion,
NamingStrategy namingStrategy,
AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy,
AnnotationValueFilter.Factory annotationValueFilterFactory,
AnnotationRetention annotationRetention,
Implementation.Context.Factory implementationContextFactory,
MethodGraph.Compiler methodGraphCompiler,
InstrumentedType.Factory instrumentedTypeFactory,
TypeValidation typeValidation,
VisibilityBridgeStrategy visibilityBridgeStrategy,
AsmClassReader.Factory classReaderFactory,
AsmClassWriter.Factory classWriterFactory,
LatentMatcher<? super MethodDescription> ignoredMethods)
Creates a new Byte Buddy instance.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InstrumentedType.Factory.Default
Default implementations of instrumented type factories.
|
Copyright © 2014–2025. All rights reserved.