Uses of Interface
net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldResolver.Factory
Packages that use FieldProxy.Binder.FieldResolver.Factory
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 FieldProxy.Binder.FieldResolver.Factory in net.bytebuddy.implementation.bind.annotation
Classes in net.bytebuddy.implementation.bind.annotation that implement FieldProxy.Binder.FieldResolver.FactoryModifier and TypeClassDescriptionstatic class
A duplex factory for a type that both sets and gets a field value.static class
A simplex factory where field getters and setters both have their own type.Fields in net.bytebuddy.implementation.bind.annotation declared as FieldProxy.Binder.FieldResolver.FactoryModifier and TypeFieldDescriptionprivate final FieldProxy.Binder.FieldResolver.Factory
FieldProxy.Binder.fieldResolverFactory
The field resolver factory to apply by this binder.Constructors in net.bytebuddy.implementation.bind.annotation with parameters of type FieldProxy.Binder.FieldResolver.FactoryModifierConstructorDescriptionprotected
Binder
(FieldProxy.Binder.FieldResolver.Factory fieldResolverFactory) Creates a new binder for aFieldProxy
.