Class Plugin.Factory.UsingReflection.ArgumentResolver.ForType<T>

    • Constructor Detail

      • ForType

        protected ForType​(Class<? extends T> type,
                          T value)
        Creates a new argument resolver for a given type.
        Parameters:
        type - The type being resolved.
        value - The instance to resolve for the represented type.