public static interface FieldProxy.Binder.FieldResolver.Factory
| Modifier and Type | Interface and 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.
|
| Modifier and Type | Method and Description |
|---|---|
FieldProxy.Binder.FieldResolver |
resolve(TypeDescription parameterType,
FieldDescription fieldDescription)
Creates a field resolver.
|
FieldProxy.Binder.FieldResolver resolve(TypeDescription parameterType, FieldDescription fieldDescription)
parameterType - The type of the annotated parameter.fieldDescription - The field being proxied.Copyright © 2014–2017. All rights reserved.