| Package | Description |
|---|---|
| net.bytebuddy.dynamic.loading |
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays. |
| net.bytebuddy.matcher |
Contains an API for matching Java byte code entities.
|
| net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescriptions without
loading any classes. |
| Modifier and Type | Field and Description |
|---|---|
protected Method |
ClassInjector.UsingReflection.Dispatcher.Direct.getDefinedPackage
An instance of
java.lang.ClassLoader#getDefinedPackage(String). |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ElementMatcher.matches(T target)
Matches a target against this element matcher.
|
boolean |
ElementMatcher.Junction.Conjunction.matches(W target)
Matches a target against this element matcher.
|
boolean |
ElementMatcher.Junction.Disjunction.matches(W target)
Matches a target against this element matcher.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<TypePool.Default.LazyTypeDescription.GenericTypeToken> |
TypePool.Default.GenericTypeExtractor.ForSignature.currentBounds
The bounds of the currently constructed type.
|
Copyright © 2014–2025. All rights reserved.