Interface FixedValue.AssignerConfigurable

    • Method Detail

      • withAssigner

        Implementation withAssigner​(Assigner assigner,
                                    Assigner.Typing typing)
        Defines an explicit assigner to this fixed value implementation.
        Parameters:
        assigner - The assigner to use for assigning the fixed value to the return type of the instrumented value.
        typing - Indicates if dynamic type castings should be attempted for incompatible assignments.
        Returns:
        A fixed value implementation that makes use of the given assigner.