Package com.google.caliper.worker
Class AllAllocationsRecorder_Factory
- java.lang.Object
-
- com.google.caliper.worker.AllAllocationsRecorder_Factory
-
- All Implemented Interfaces:
dagger.internal.Factory<com.google.caliper.worker.AllAllocationsRecorder>,javax.inject.Provider<com.google.caliper.worker.AllAllocationsRecorder>
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://google.github.io/dagger") public final class AllAllocationsRecorder_Factory extends Object implements dagger.internal.Factory<com.google.caliper.worker.AllAllocationsRecorder>
-
-
Constructor Summary
Constructors Constructor Description AllAllocationsRecorder_Factory(javax.inject.Provider<Class<?>> benchmarkClassProvider, javax.inject.Provider<String> benchmarkMethodNameProvider)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AllAllocationsRecorder_Factorycreate(javax.inject.Provider<Class<?>> benchmarkClassProvider, javax.inject.Provider<String> benchmarkMethodNameProvider)com.google.caliper.worker.AllAllocationsRecorderget()static com.google.caliper.worker.AllAllocationsRecordernewInstance(Class<?> benchmarkClass, String benchmarkMethodName)
-
-
-
Method Detail
-
get
public com.google.caliper.worker.AllAllocationsRecorder get()
- Specified by:
getin interfacejavax.inject.Provider<com.google.caliper.worker.AllAllocationsRecorder>
-
create
public static AllAllocationsRecorder_Factory create(javax.inject.Provider<Class<?>> benchmarkClassProvider, javax.inject.Provider<String> benchmarkMethodNameProvider)
-
newInstance
public static com.google.caliper.worker.AllAllocationsRecorder newInstance(Class<?> benchmarkClass, String benchmarkMethodName)
-
-