Class Plugin.Factory.UsingReflection.ArgumentResolver.ForIndex.WithDynamicType

    • Constructor Detail

      • WithDynamicType

        public WithDynamicType​(int index,
                               String value)
        Creates an argument resolver for a specific parameter index and attempts a dynamic resolution.
        Parameters:
        index - The index of the parameter to resolve.
        value - A string representation of the supplied value.