Uses of Interface
net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldResolver.Factory
-
Packages that use FieldProxy.Binder.FieldResolver.Factory 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 FieldProxy.Binder.FieldResolver.Factory in net.bytebuddy.implementation.bind.annotation
Classes in net.bytebuddy.implementation.bind.annotation that implement FieldProxy.Binder.FieldResolver.Factory Modifier and Type Class Description static class
FieldProxy.Binder.FieldResolver.Factory.Duplex
A duplex factory for a type that both sets and gets a field value.static class
FieldProxy.Binder.FieldResolver.Factory.Simplex
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.Factory Modifier and Type Field Description private 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.Factory Constructor Description Binder(FieldProxy.Binder.FieldResolver.Factory fieldResolverFactory)
Creates a new binder for aFieldProxy
.
-