Uses of Class
com.google.inject.internal.GuiceInternal
-
Packages that use GuiceInternal Package Description com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of GuiceInternal in com.google.inject.internal
Fields in com.google.inject.internal declared as GuiceInternal Modifier and Type Field Description (package private) static GuiceInternal
GuiceInternal. GUICE_INTERNAL
-
Uses of GuiceInternal in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type GuiceInternal Modifier and Type Method Description static com.google.common.collect.ImmutableList<Message>
BindingSourceRestriction. check(GuiceInternal guiceInternal, java.util.List<Element> elements)
Returns all the restriction violations found on the given Module Elements, as error messages.static java.util.Optional<java.lang.String>
BindingSourceRestriction. getMissingImplementationSuggestion(GuiceInternal guiceInternal, Key<?> key)
Returns a suggestion for how a restricted binding should be created in case it's missing.static Binder
Elements. withTrustedSource(GuiceInternal guiceInternal, Binder binder, java.lang.Object source)
Internal version of Binder.withSource for establishing a trusted ElementSource chain for source-restricting bindings that are re-written usingElement.applyTo(com.google.inject.Binder)
.Constructors in com.google.inject.spi with parameters of type GuiceInternal Constructor Description Message(GuiceInternal internalOnly, ErrorId errorId, ErrorDetail<?> errorDetail)
-