Uses of Class
com.google.inject.internal.GuiceInternal
Packages that use GuiceInternal
-
Uses of GuiceInternal in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type GuiceInternalModifier and TypeMethodDescriptionstatic 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.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 GuiceInternalModifierConstructorDescriptionMessage(GuiceInternal internalOnly, ErrorId errorId, ErrorDetail<?> errorDetail)