Searched refs:factoryMethod (Results 1 – 1 of 1) sorted by relevance
613 final Method factoryMethod; // factory method or null field in ServiceLoader.ProviderImpl649 this.factoryMethod = null; in ProviderImpl()661 if (factoryMethod != null) { in get()681 result = factoryMethod.invoke(null); in invokeFactoryMethod()707 fail(service, factoryMethod + " failed", exc); in invokeFactoryMethod()710 fail(service, factoryMethod + " returned null"); in invokeFactoryMethod()