| Package | Description |
|---|---|
| net.bytebuddy.agent.builder |
An agent builder is used to easily implement load-time class-transformations using a Java agent.
|
| net.bytebuddy.description.type |
Contains descriptions of Java types and packages.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AgentBuilder.DescriptionStrategy.Default.TypeDescriptionWithFallbackProperties
A type description that falls back to a
TypePool description if the type's declared types,
fields or methods cannot be resolved successfully. |
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeDescription.ForLoadedType.WithEagerProperties
A type description of a loaded type that resolves any field, constructor or method property eagerly, i.e. calls all of
Class.getDeclaredFields(), Class.getDeclaredMethods(), Class.getDeclaredConstructors() and
Class.getDeclaredClasses(). |
Copyright © 2014–2016. All rights reserved.