Class MethodCall.TargetHandler.ForValue

    • Constructor Detail

      • ForValue

        protected ForValue​(java.lang.Object target,
                           TypeDescription.Generic fieldType)
        Creates a new target handler for a static field.
        Parameters:
        target - The target on which the method is to be invoked.
        fieldType - The type of the field.