FieldAccessor.AssignerConfigurable |
FieldAccessor.ForImplicitProperty.in(FieldLocator.Factory fieldLocatorFactory) |
Determines that a field should only be considered when it was identified by a field locator that is
produced by the given factory.
|
FieldAccessor.AssignerConfigurable |
FieldAccessor.OwnerTypeLocatable.in(FieldLocator.Factory fieldLocatorFactory) |
Determines that a field should only be considered when it was identified by a field locator that is
produced by the given factory.
|
MethodCall |
MethodCall.WithoutSpecifiedTarget.onField(String name,
FieldLocator.Factory fieldLocatorFactory) |
Invokes a method on the object stored in the specified field.
|
static InvocationHandlerAdapter |
InvocationHandlerAdapter.toField(String name,
FieldLocator.Factory fieldLocatorFactory) |
Creates an implementation for any InvocationHandler that delegates
all method interceptions to a field with the given name.
|
static MethodDelegation |
MethodDelegation.toField(String name,
FieldLocator.Factory fieldLocatorFactory) |
Delegates any intercepted method to invoke a non-static method on the instance of the supplied field.
|
static MethodDelegation |
MethodDelegation.toField(String name,
FieldLocator.Factory fieldLocatorFactory,
MethodGraph.Compiler methodGraphCompiler) |
Delegates any intercepted method to invoke a non-static method on the instance of the supplied field.
|
MethodDelegation |
MethodDelegation.WithCustomProperties.toField(String name,
FieldLocator.Factory fieldLocatorFactory) |
Delegates any intercepted method to invoke a non-static method on the instance of the supplied field.
|
MethodDelegation |
MethodDelegation.WithCustomProperties.toField(String name,
FieldLocator.Factory fieldLocatorFactory,
MethodGraph.Compiler methodGraphCompiler) |
Delegates any intercepted method to invoke a non-static method on the instance of the supplied field.
|
FieldAccessor.FieldLocation |
FieldAccessor.FieldLocation.Absolute.with(FieldLocator.Factory fieldLocatorFactory) |
Specifies a field locator factory to use.
|
FieldAccessor.FieldLocation |
FieldAccessor.FieldLocation.Relative.with(FieldLocator.Factory fieldLocatorFactory) |
Specifies a field locator factory to use.
|
FieldAccessor.FieldLocation |
FieldAccessor.FieldLocation.with(FieldLocator.Factory fieldLocatorFactory) |
Specifies a field locator factory to use.
|
InvokeDynamic.WithImplicitType |
InvokeDynamic.AbstractDelegator.withField(String name,
FieldLocator.Factory fieldLocatorFactory) |
Passes the values of the specified fields to the bootstrap method.
|
InvokeDynamic |
InvokeDynamic.AbstractDelegator.withField(FieldLocator.Factory fieldLocatorFactory,
String... name) |
Passes the values of the specified fields to the bootstrap method.
|
InvokeDynamic.WithImplicitType |
InvokeDynamic.withField(String name,
FieldLocator.Factory fieldLocatorFactory) |
Passes the values of the specified fields to the bootstrap method.
|
InvokeDynamic |
InvokeDynamic.withField(FieldLocator.Factory fieldLocatorFactory,
String... name) |
Passes the values of the specified fields to the bootstrap method.
|
MethodCall |
MethodCall.withField(FieldLocator.Factory fieldLocatorFactory,
String... name) |
Defines a method call which fetches a value from a list of existing fields.
|