private static class InjectorShell.LoggerFactory extends java.lang.Object implements InternalFactory<java.util.logging.Logger>, Provider<java.util.logging.Logger>
Modifier | Constructor and Description |
---|---|
private |
LoggerFactory() |
Modifier and Type | Method and Description |
---|---|
java.util.logging.Logger |
get()
Provides an instance of
T . |
java.util.logging.Logger |
get(Errors errors,
InternalContext context,
Dependency<?> dependency,
boolean linked)
Creates an object to be injected.
|
java.lang.String |
toString() |
public java.util.logging.Logger get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked)
InternalFactory
get
in interface InternalFactory<java.util.logging.Logger>
context
- of this injectionlinked
- true if getting as a result of a linked bindingpublic java.util.logging.Logger get()
Provider
T
. Must never return null
.get
in interface javax.inject.Provider<java.util.logging.Logger>
public java.lang.String toString()
toString
in class java.lang.Object