Uses of Class
com.google.inject.internal.GuiceInternal
-
Packages that use GuiceInternal Package Description com.google.inject.spi Guice service provider interface -
-
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, List<Element> elements)Returns all the restriction violations found on the given Module Elements, as error messages.static Optional<String>BindingSourceRestriction. getMissingImplementationSuggestion(GuiceInternal guiceInternal, Key<?> key)Returns a suggestion for how a restricted binding should be created in case it's missing.static BinderElements. withTrustedSource(GuiceInternal guiceInternal, Binder binder, 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)
-