Uses of Class
com.google.inject.internal.Indexer.BindingType
-
Packages that use Indexer.BindingType Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of Indexer.BindingType in com.google.inject.internal
Fields in com.google.inject.internal declared as Indexer.BindingType Modifier and Type Field Description (package private) Indexer.BindingType
Indexer.IndexedBinding. type
Methods in com.google.inject.internal that return Indexer.BindingType Modifier and Type Method Description static Indexer.BindingType
Indexer.BindingType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Indexer.BindingType[]
Indexer.BindingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.inject.internal with parameters of type Indexer.BindingType Constructor Description IndexedBinding(Binding<?> binding, Indexer.BindingType type, java.lang.Object scope, java.lang.Object extraEquality)
-