Uses of Interface
net.bytebuddy.implementation.bytecode.member.FieldAccess.Defined
Packages that use FieldAccess.Defined
Package
Description
StackManipulations of this package are responsible for
accessing type or method members, i.e. reading and writing of fields, invoking of methods, access of local variables
within a method invocation or returning values from method invocations.-
Uses of FieldAccess.Defined in net.bytebuddy.implementation.bytecode.member
Classes in net.bytebuddy.implementation.bytecode.member that implement FieldAccess.DefinedModifier and TypeClassDescriptionprotected classA dispatcher for implementing a non-generic read or write access on a field.protected static classA dispatcher for implementing a generic read or write access on a field.Methods in net.bytebuddy.implementation.bytecode.member that return FieldAccess.DefinedModifier and TypeMethodDescriptionstatic FieldAccess.DefinedFieldAccess.forField(FieldDescription fieldDescription) Creates a field access representation for a given field.static FieldAccess.DefinedFieldAccess.forField(FieldDescription.InDefinedShape fieldDescription) Creates a field access representation for a given field.protected static FieldAccess.DefinedFieldAccess.OfGenericField.of(FieldDescription fieldDescription, FieldAccess.Defined fieldAccess) Creates a generic access dispatcher for a given field.Methods in net.bytebuddy.implementation.bytecode.member with parameters of type FieldAccess.DefinedModifier and TypeMethodDescriptionprotected static FieldAccess.DefinedFieldAccess.OfGenericField.of(FieldDescription fieldDescription, FieldAccess.Defined fieldAccess) Creates a generic access dispatcher for a given field.Constructors in net.bytebuddy.implementation.bytecode.member with parameters of type FieldAccess.DefinedModifierConstructorDescriptionprotectedOfGenericField(TypeDefinition targetType, FieldAccess.Defined defined) Creates a new dispatcher for a generic field.