Uses of Enum Class
com.google.inject.internal.InjectorImpl.JitLimitation
Packages that use InjectorImpl.JitLimitation
-
Uses of InjectorImpl.JitLimitation in com.google.inject.internal
Methods in com.google.inject.internal that return InjectorImpl.JitLimitationModifier and TypeMethodDescriptionstatic InjectorImpl.JitLimitation
Returns the enum constant of this class with the specified name.static InjectorImpl.JitLimitation[]
InjectorImpl.JitLimitation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.inject.internal with parameters of type InjectorImpl.JitLimitationModifier and TypeMethodDescriptionprivate <T> BindingImpl<T>
InjectorImpl.createJustInTimeBinding
(Key<T> key, Errors errors, boolean jitDisabled, InjectorImpl.JitLimitation jitType) Returns a new just-in-time binding created by resolvingkey
.private <T> BindingImpl<T>
InjectorImpl.createJustInTimeBindingRecursive
(Key<T> key, Errors errors, boolean jitDisabled, InjectorImpl.JitLimitation jitType) Attempts to create a just-in-time binding forkey
in the root injector, falling back to other ancestor injectors until this injector is tried.(package private) <T> BindingImpl<T>
InjectorImpl.getBindingOrThrow
(Key<T> key, Errors errors, InjectorImpl.JitLimitation jitType) Gets a binding implementation.(package private) <T> InternalFactory<? extends T>
InjectorImpl.getInternalFactory
(Key<T> key, Errors errors, InjectorImpl.JitLimitation jitType) private <T> BindingImpl<T>
InjectorImpl.getJustInTimeBinding
(Key<T> key, Errors errors, InjectorImpl.JitLimitation jitType) Returns a just-in-time binding forkey
, creating it if necessary.