Class ProviderMethod.FastClassProviderMethod<T>

All Implemented Interfaces:
InternalFactory<T>, Provider<T>, HasDependencies, ProviderWithExtensionVisitor<T>, ProvidesMethodBinding<T>, javax.inject.Provider<T>
Enclosing class:
ProviderMethod<T>

private static final class ProviderMethod.FastClassProviderMethod<T> extends ProviderMethod<T>
A ProviderMethod implementation that uses bytecode generation to invoke the provider method.