Uses of Class
net.bytebuddy.asm.Advice.OffsetMapping.ForFieldHandle
-
Packages that use Advice.OffsetMapping.ForFieldHandle Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of Advice.OffsetMapping.ForFieldHandle in net.bytebuddy.asm
Subclasses of Advice.OffsetMapping.ForFieldHandle in net.bytebuddy.asm Modifier and Type Class Description static class
Advice.OffsetMapping.ForFieldHandle.Resolved
A binding for an offset mapping that represents a specific field.static class
Advice.OffsetMapping.ForFieldHandle.Unresolved
An offset mapping for a field handle that is resolved from the instrumented type by its name.static class
Advice.OffsetMapping.ForFieldHandle.Unresolved.WithExplicitType
An offset mapping for a field handle with an explicit declaring type.static class
Advice.OffsetMapping.ForFieldHandle.Unresolved.WithImplicitType
An offset mapping for a field handle with an implicit declaring type.
-