Uses of Class
net.bytebuddy.implementation.bind.annotation.FieldSetterHandle
-
Packages that use FieldSetterHandle Package Description net.bytebuddy.implementation.bind.annotation 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 FieldSetterHandle Modifier and Type Field Description private TargetMethodAnnotationDrivenBinder.ParameterBinder<FieldSetterHandle>
FieldSetterHandle.Binder. delegate
A delegate parameter binder responsible for binding the parameter.Methods in net.bytebuddy.implementation.bind.annotation that return types with arguments of type FieldSetterHandle Modifier and Type Method Description java.lang.Class<FieldSetterHandle>
FieldSetterHandle.Binder.Delegate. getHandledType()
The annotation type that is handled by this parameter binder.java.lang.Class<FieldSetterHandle>
FieldSetterHandle.Binder. getHandledType()
The annotation type that is handled by this parameter binder.Constructor parameters in net.bytebuddy.implementation.bind.annotation with type arguments of type FieldSetterHandle Constructor Description Binder(TargetMethodAnnotationDrivenBinder.ParameterBinder<FieldSetterHandle> delegate)
Creates a new binder for aFieldSetterHandle
.
-