Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Method and Description |
---|---|
TypeReferenceAdjustment |
TypeReferenceAdjustment.filter(ElementMatcher<? super TypeDescription> filter)
Excludes all matched types from being added as an attribute.
|
static TypeReferenceAdjustment |
TypeReferenceAdjustment.relaxed()
Creates a strict type reference adjustment that ignores type references that cannot be resolved
in the supplied type pool.
|
static TypeReferenceAdjustment |
TypeReferenceAdjustment.strict()
Creates a strict type reference adjustment that throws an exception if a type reference cannot be resolved
in the supplied type pool.
|
Copyright © 2014–2023. All rights reserved.