Class Plugin.Factory.UsingReflection.Instantiator.Resolved

    • Field Detail

      • constructor

        private final java.lang.reflect.Constructor<? extends Plugin> constructor
        The represented constructor.
      • arguments

        private final java.util.List<?> arguments
        The constructor arguments.
    • Constructor Detail

      • Resolved

        protected Resolved​(java.lang.reflect.Constructor<? extends Plugin> constructor,
                           java.util.List<?> arguments)
        Creates a new resolved constructor.
        Parameters:
        constructor - The represented constructor.
        arguments - The constructor arguments.