Uses of Enum Class
com.google.inject.internal.Indexer.BindingType
Packages that use Indexer.BindingType
-
Uses of Indexer.BindingType in com.google.inject.internal
Fields in com.google.inject.internal declared as Indexer.BindingTypeModifier and TypeFieldDescription(package private) final Indexer.BindingType
Indexer.IndexedBinding.type
Methods in com.google.inject.internal that return Indexer.BindingTypeModifier and TypeMethodDescriptionstatic Indexer.BindingType
Returns the enum constant of this class with the specified name.static Indexer.BindingType[]
Indexer.BindingType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.google.inject.internal with parameters of type Indexer.BindingTypeModifierConstructorDescription(package private)
IndexedBinding
(Binding<?> binding, Indexer.BindingType type, Object scope, Object extraEquality)