Uses of Annotation Interface
net.bytebuddy.implementation.bind.annotation.FieldSetterHandle
Packages that use FieldSetterHandle
Package
Description
This package contains annotations, types and classes that are responsible for binding a method to calling another
method by interpreting annotations that indicate how a method should be bound to another method.
-
Uses of FieldSetterHandle in net.bytebuddy.implementation.bind.annotation
Fields in net.bytebuddy.implementation.bind.annotation with type parameters of type FieldSetterHandleModifier and TypeFieldDescriptionFieldSetterHandle.Binder.delegateA delegate parameter binder responsible for binding the parameter.Methods in net.bytebuddy.implementation.bind.annotation that return types with arguments of type FieldSetterHandleModifier and TypeMethodDescriptionFieldSetterHandle.Binder.Delegate.getHandledType()The annotation type that is handled by this parameter binder.FieldSetterHandle.Binder.getHandledType()The annotation type that is handled by this parameter binder.Method parameters in net.bytebuddy.implementation.bind.annotation with type arguments of type FieldSetterHandleModifier and TypeMethodDescriptionFieldSetterHandle.Binder.bind(AnnotationDescription.Loadable<FieldSetterHandle> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing) Creates a parameter binding for the given target parameter.protected MethodDelegationBinder.ParameterBinding<?> FieldSetterHandle.Binder.Delegate.bind(FieldDescription fieldDescription, AnnotationDescription.Loadable<FieldSetterHandle> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner) protected TypeDescriptionFieldSetterHandle.Binder.Delegate.declaringType(AnnotationDescription.Loadable<FieldSetterHandle> annotation) protected StringFieldSetterHandle.Binder.Delegate.fieldName(AnnotationDescription.Loadable<FieldSetterHandle> annotation) Constructor parameters in net.bytebuddy.implementation.bind.annotation with type arguments of type FieldSetterHandle