Implementation.Composable |
FieldAccessor.ForSetter.OfConstantValue.andThen(Implementation.Composable implementation) |
Appends the supplied composable implementation to this implementation.
|
Implementation.Composable |
FieldAccessor.ForSetter.OfDefaultValue.andThen(Implementation.Composable implementation) |
Appends the supplied composable implementation to this implementation.
|
Implementation.Composable |
FieldAccessor.ForSetter.OfFieldValue.andThen(Implementation.Composable implementation) |
Appends the supplied composable implementation to this implementation.
|
Implementation.Composable |
FieldAccessor.ForSetter.OfParameterValue.andThen(Implementation.Composable implementation) |
Appends the supplied composable implementation to this implementation.
|
Implementation.Composable |
FieldAccessor.ForSetter.OfReferenceValue.andThen(Implementation.Composable implementation) |
Appends the supplied composable implementation to this implementation.
|
Implementation.Composable |
Implementation.Composable.andThen(Implementation.Composable implementation) |
Appends the supplied composable implementation to this implementation.
|
Implementation.Composable |
Implementation.Compound.Composable.andThen(Implementation.Composable implementation) |
Appends the supplied composable implementation to this implementation.
|
Implementation.Composable |
InvokeDynamic.andThen(Implementation.Composable implementation) |
Appends the supplied composable implementation to this implementation.
|
Implementation.Composable |
MethodCall.andThen(Implementation.Composable implementation) |
Appends the supplied composable implementation to this implementation.
|
Implementation.Composable |
MethodCall.FieldSetting.andThen(Implementation.Composable implementation) |
Appends the supplied composable implementation to this implementation.
|
Implementation.Composable |
MethodDelegation.andThen(Implementation.Composable implementation) |
Appends the supplied composable implementation to this implementation.
|
Implementation.Composable |
StubMethod.andThen(Implementation.Composable implementation) |
Appends the supplied composable implementation to this implementation.
|
Implementation.Composable |
SuperMethodCall.andThen(Implementation.Composable implementation) |
Appends the supplied composable implementation to this implementation.
|
static Implementation.Composable |
MethodCall.call(java.util.concurrent.Callable<?> callable) |
Implements a method by invoking the provided Callable .
|
static Implementation.Composable |
MethodCall.run(java.lang.Runnable runnable) |
Implements a method by invoking the provided Runnable .
|
Implementation.Composable |
FieldAccessor.ForImplicitProperty.setsArgumentAt(int index) |
Defines a setter of the specified parameter for the field being described.
|
Implementation.Composable |
FieldAccessor.PropertyConfigurable.setsArgumentAt(int index) |
Defines a setter of the specified parameter for the field being described.
|
Implementation.Composable |
FieldAccessor.ForImplicitProperty.setsDefaultValue() |
Defines a setter of the described field's default value, i.e.
|
Implementation.Composable |
FieldAccessor.PropertyConfigurable.setsDefaultValue() |
Defines a setter of the described field's default value, i.e.
|
Implementation.Composable |
FieldAccessor.ForImplicitProperty.setsFieldValueOf(java.lang.reflect.Field field) |
Defines a setter of a value that sets another field's value.
|
Implementation.Composable |
FieldAccessor.ForImplicitProperty.setsFieldValueOf(java.lang.String fieldName) |
Defines a setter of a value that sets another field's value.
|
Implementation.Composable |
FieldAccessor.ForImplicitProperty.setsFieldValueOf(FieldDescription fieldDescription) |
Defines a setter of a value that sets another field's value.
|
Implementation.Composable |
FieldAccessor.ForImplicitProperty.setsFieldValueOf(FieldAccessor.FieldNameExtractor fieldNameExtractor) |
Defines a setter of a value that sets another field's value.
|
Implementation.Composable |
FieldAccessor.PropertyConfigurable.setsFieldValueOf(java.lang.reflect.Field field) |
Defines a setter of a value that sets another field's value.
|
Implementation.Composable |
FieldAccessor.PropertyConfigurable.setsFieldValueOf(java.lang.String fieldName) |
Defines a setter of a value that sets another field's value.
|
Implementation.Composable |
FieldAccessor.PropertyConfigurable.setsFieldValueOf(FieldDescription fieldDescription) |
Defines a setter of a value that sets another field's value.
|
Implementation.Composable |
FieldAccessor.PropertyConfigurable.setsFieldValueOf(FieldAccessor.FieldNameExtractor fieldNameExtractor) |
Defines a setter of a value that sets another field's value.
|
Implementation.Composable |
FieldAccessor.ForImplicitProperty.setsReference(java.lang.Object value) |
Defines a setter of a given value for the described field.
|
Implementation.Composable |
FieldAccessor.ForImplicitProperty.setsReference(java.lang.Object value,
java.lang.String name) |
Defines a setter of a given value for the described field.
|
Implementation.Composable |
FieldAccessor.PropertyConfigurable.setsReference(java.lang.Object value) |
Defines a setter of a given value for the described field.
|
Implementation.Composable |
FieldAccessor.PropertyConfigurable.setsReference(java.lang.Object value,
java.lang.String name) |
Defines a setter of a given value for the described field.
|
Implementation.Composable |
FieldAccessor.ForImplicitProperty.setsValue(java.lang.Object value) |
Defines a setter of a given value for the described field.
|
Implementation.Composable |
FieldAccessor.ForImplicitProperty.setsValue(TypeDescription typeDescription) |
Defines a setter of a given class constant value for the described field.
|
Implementation.Composable |
FieldAccessor.ForImplicitProperty.setsValue(StackManipulation stackManipulation,
java.lang.reflect.Type type) |
Defines a setter of a value that is represented by a stack manipulation.
|
Implementation.Composable |
FieldAccessor.ForImplicitProperty.setsValue(StackManipulation stackManipulation,
TypeDescription.Generic typeDescription) |
Defines a setter of a value that is represented by a stack manipulation.
|
Implementation.Composable |
FieldAccessor.ForImplicitProperty.setsValue(JavaConstant constant) |
Defines a setter of a given constant value for the described field.
|
Implementation.Composable |
FieldAccessor.PropertyConfigurable.setsValue(java.lang.Object value) |
Defines a setter of a given value for the described field.
|
Implementation.Composable |
FieldAccessor.PropertyConfigurable.setsValue(TypeDescription typeDescription) |
Defines a setter of a given class constant value for the described field.
|
Implementation.Composable |
FieldAccessor.PropertyConfigurable.setsValue(StackManipulation stackManipulation,
java.lang.reflect.Type type) |
Defines a setter of a value that is represented by a stack manipulation.
|
Implementation.Composable |
FieldAccessor.PropertyConfigurable.setsValue(StackManipulation stackManipulation,
TypeDescription.Generic typeDescription) |
Defines a setter of a value that is represented by a stack manipulation.
|
Implementation.Composable |
FieldAccessor.PropertyConfigurable.setsValue(JavaConstant constant) |
Defines a setter of a given constant value for the described field.
|
Implementation.Composable |
InvokeDynamic.AbstractDelegator.withAssigner(Assigner assigner,
Assigner.Typing typing) |
Instructs this implementation to use the provided assigner and decides if the assigner should apply
dynamic typing.
|
Implementation.Composable |
InvokeDynamic.withAssigner(Assigner assigner,
Assigner.Typing typing) |
Instructs this implementation to use the provided assigner and decides if the assigner should apply
dynamic typing.
|
Implementation.Composable |
MethodCall.FieldSetting.withAssigner(Assigner assigner,
Assigner.Typing typing) |
Defines an assigner to be used for assigning values to the parameters of the invoked method.
|
Implementation.Composable |
MethodCall.withAssigner(Assigner assigner,
Assigner.Typing typing) |
Defines an assigner to be used for assigning values to the parameters of the invoked method.
|
Implementation.Composable |
MethodDelegation.withAssigner(Assigner assigner) |
Applies an assigner to the method delegation that is used for assigning method return and parameter types.
|