@InterfaceAudience.Private public class SupplierFactoryAdapter<T> extends Object implements org.apache.hbase.thirdparty.org.glassfish.hk2.api.Factory<T>
Supplier
of type T
as a Factory
that provides instances of
T
. Modeled after Jersey's internal implementation.Constructor and Description |
---|
SupplierFactoryAdapter(Supplier<T> supplier) |
public SupplierFactoryAdapter(Supplier<T> supplier)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.