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
Subclasses with type arguments of type Advice.OffsetMapping.ForFieldHandle.Access in net.bytebuddy.asmModifier and TypeClassDescriptionstatic enumA description of the field handle's access type.Fields in net.bytebuddy.asm declared as Advice.OffsetMapping.ForFieldHandle.AccessModifier and TypeFieldDescriptionprivate final Advice.OffsetMapping.ForFieldHandle.AccessAdvice.OffsetMapping.ForFieldHandle.accessThe access type of the represented handle.private final Advice.OffsetMapping.ForFieldHandle.AccessAdvice.OffsetMapping.ForFieldHandle.Resolved.Factory.accessThe 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.protectedCreates 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.