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