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

    • Field Detail

      • index

        private final int index
        The index of the parameter to resolve.
      • value

        private final java.lang.String value
        A string representation of the supplied value.
    • Constructor Detail

      • WithDynamicType

        public WithDynamicType​(int index,
                               java.lang.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.