Uses of Enum
net.bytebuddy.asm.Advice.OffsetMapping.ForFieldHandle.Access
Packages that use Advice.OffsetMapping.ForFieldHandle.Access
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of Advice.OffsetMapping.ForFieldHandle.Access in net.bytebuddy.asm
Fields in net.bytebuddy.asm declared as Advice.OffsetMapping.ForFieldHandle.AccessModifier and TypeFieldDescriptionprivate final Advice.OffsetMapping.ForFieldHandle.Access
Advice.OffsetMapping.ForFieldHandle.access
The access type of the represented handle.private final Advice.OffsetMapping.ForFieldHandle.Access
Advice.OffsetMapping.ForFieldHandle.Resolved.Factory.access
The access type of the represented handle.Methods in net.bytebuddy.asm that return Advice.OffsetMapping.ForFieldHandle.AccessModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.Advice.OffsetMapping.ForFieldHandle.Access.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.bytebuddy.asm with parameters of type Advice.OffsetMapping.ForFieldHandle.AccessModifierConstructorDescriptionFactory
(Class<T> annotationType, FieldDescription fieldDescription, Advice.OffsetMapping.ForFieldHandle.Access access) Creates a new factory for binding a specific field handle.protected
Creates an offset mapping for a field handle.Resolved
(Advice.OffsetMapping.ForFieldHandle.Access access, FieldDescription fieldDescription) Creates a resolved offset mapping for a field handle.Unresolved
(Advice.OffsetMapping.ForFieldHandle.Access access, String name) Creates an offset mapping for a field that is not yet resolved.WithExplicitType
(Advice.OffsetMapping.ForFieldHandle.Access access, String name, TypeDescription declaringType) Creates an offset mapping for a field handle with an explicit declaring type.WithImplicitType
(Advice.OffsetMapping.ForFieldHandle.Access access, String name) Creates an offset mapping for a field handle with an implicit declaring type.