@HashCodeAndEqualsPlugin.Enhance public static class FieldProxy.Binder.FieldResolver.Factory.Simplex extends Object implements FieldProxy.Binder.FieldResolver.Factory
FieldProxy.Binder.FieldResolver.Factory.Duplex, FieldProxy.Binder.FieldResolver.Factory.Simplex
Modifier | Constructor and Description |
---|---|
protected |
Simplex(MethodDescription.InDefinedShape getterMethod,
MethodDescription.InDefinedShape setterMethod)
Creates a simplex factory.
|
Modifier and Type | Method and Description |
---|---|
FieldProxy.Binder.FieldResolver |
resolve(TypeDescription parameterType,
FieldDescription fieldDescription)
Creates a field resolver.
|
protected Simplex(MethodDescription.InDefinedShape getterMethod, MethodDescription.InDefinedShape setterMethod)
getterMethod
- The getter method.setterMethod
- The setter method.public FieldProxy.Binder.FieldResolver resolve(TypeDescription parameterType, FieldDescription fieldDescription)
resolve
in interface FieldProxy.Binder.FieldResolver.Factory
parameterType
- The type of the annotated parameter.fieldDescription
- The field being proxied.Copyright © 2014–2025. All rights reserved.