Uses of Class
com.google.inject.internal.Errors
-
Packages that use Errors Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of Errors in com.google.inject.internal
Methods in com.google.inject.internal that return Errors Modifier and Type Method Description ErrorsErrors. addMessage(Message message)ErrorsErrors. addMessage(java.lang.String messageFormat, java.lang.Object... arguments)ErrorsErrors. ambiguousTypeConversion(java.lang.String stringValue, java.lang.Object source, TypeLiteral<?> type, TypeConverterBinding a, TypeConverterBinding b)ErrorsErrors. atInjectRequired(java.lang.Class clazz)ErrorsErrors. bindingAlreadySet(Key<?> key, java.lang.Object source)ErrorsErrors. bindingToProvider()ErrorsErrors. cannotBindToGuiceType(java.lang.String simpleName)ErrorsErrors. cannotInjectAbstractMethod(java.lang.reflect.Method method)ErrorsErrors. cannotInjectFinalField(java.lang.reflect.Field field)ErrorsErrors. cannotInjectInnerClass(java.lang.Class<?> type)ErrorsErrors. cannotInjectMethodWithTypeParameters(java.lang.reflect.Method method)ErrorsErrors. cannotInjectNonVoidMethod(java.lang.reflect.Method method)ErrorsErrors. cannotInjectRawMembersInjector()ErrorsErrors. cannotInjectRawProvider()ErrorsErrors. cannotInjectRawTypeLiteral()ErrorsErrors. cannotInjectTypeLiteralOf(java.lang.reflect.Type unsupportedType)ErrorsErrors. childBindingAlreadySet(Key<?> key, java.util.Set<java.lang.Object> sources)ErrorsErrors. constructorNotDefinedByType(java.lang.reflect.Constructor<?> constructor, TypeLiteral<?> type)ErrorsErrors. conversionError(java.lang.String stringValue, java.lang.Object source, TypeLiteral<?> type, TypeConverterBinding typeConverterBinding, java.lang.RuntimeException cause)ErrorsErrors. conversionTypeError(java.lang.String stringValue, java.lang.Object source, TypeLiteral<?> type, TypeConverterBinding typeConverterBinding, java.lang.Object converted)ErrorsErrors. converterReturnedNull(java.lang.String stringValue, java.lang.Object source, TypeLiteral<?> type, TypeConverterBinding typeConverterBinding)ErrorsErrors. duplicateBindingAnnotations(java.lang.reflect.Member member, java.lang.Class<? extends java.lang.annotation.Annotation> a, java.lang.Class<? extends java.lang.annotation.Annotation> b)ErrorsErrors. duplicateScopeAnnotations(java.lang.Class<? extends java.lang.annotation.Annotation> a, java.lang.Class<? extends java.lang.annotation.Annotation> b)ErrorsErrors. duplicateScopes(ScopeBinding existing, java.lang.Class<? extends java.lang.annotation.Annotation> annotationType, Scope scope)ErrorsErrors. errorCheckingDuplicateBinding(Key<?> key, java.lang.Object source, java.lang.Throwable t)ErrorsErrors. errorEnhancingClass(java.lang.Class<?> clazz, java.lang.Throwable cause)ErrorsErrors. errorInUserCode(java.lang.Throwable cause, java.lang.String messageFormat, java.lang.Object... arguments)ErrorsErrors. errorNotifyingTypeListener(TypeListenerBinding listener, TypeLiteral<?> type, java.lang.Throwable cause)ErrorsErrors. exposedButNotBound(Key<?> key)ErrorsErrorsException. getErrors()ErrorsErrors. jitBindingAlreadySet(Key<?> key)ErrorsErrors. jitDisabled(Key<?> key)ErrorsErrors. jitDisabledInParent(Key<?> key)ErrorsErrors. keyNotFullySpecified(TypeLiteral<?> typeLiteral)ErrorsErrors. merge(Errors moreErrors)ErrorsErrors. merge(InternalProvisionException ipe)ErrorsErrors. merge(java.util.Collection<Message> messages)ErrorsErrors. misplacedBindingAnnotation(java.lang.reflect.Member member, java.lang.annotation.Annotation bindingAnnotation)ErrorsErrors. missingConstantValues()ErrorsErrors. missingConstructor(java.lang.Class<?> implementation)ErrorsErrors. missingImplementation(Key key)We use a fairly generic error message here.ErrorsErrors. missingRuntimeRetention(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)ErrorsErrors. missingScopeAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)ErrorsErrors. notASubtype(java.lang.Class<?> implementationType, java.lang.Class<?> type)ErrorsErrors. optionalConstructor(java.lang.reflect.Constructor constructor)ErrorsErrors. recursiveBinding()ErrorsErrors. recursiveImplementationType()ErrorsErrors. recursiveProviderType()ErrorsErrors. scopeAnnotationOnAbstractType(java.lang.Class<? extends java.lang.annotation.Annotation> scopeAnnotation, java.lang.Class<?> type, java.lang.Object source)ErrorsErrors. scopeNotFound(java.lang.Class<? extends java.lang.annotation.Annotation> scopeAnnotation)ErrorsErrors. staticInjectionOnInterface(java.lang.Class<?> clazz)ErrorsErrors. tooManyConstructors(java.lang.Class<?> implementation)ErrorsErrors. voidProviderMethod()ErrorsErrors. withSource(java.lang.Object source)Returns an instance that usessourceas a reference point for newly added errors.Methods in com.google.inject.internal with parameters of type Errors Modifier and Type Method Description static voidAnnotations. checkForMisplacedScopeAnnotations(java.lang.Class<?> type, java.lang.Object source, Errors errors)Adds an error if there is a misplaced annotations ontype.protected abstract VFailableCache. create(K key, Errors errors)static java.lang.annotation.AnnotationAnnotations. findBindingAnnotation(Errors errors, java.lang.reflect.Member member, java.lang.annotation.Annotation[] annotations)Returns the binding annotation onmember, or null if there isn't one.static java.lang.Class<? extends java.lang.annotation.Annotation>Annotations. findScopeAnnotation(Errors errors, java.lang.annotation.Annotation[] annotations)Returns the scoping annotation, or null if there isn't one.static java.lang.Class<? extends java.lang.annotation.Annotation>Annotations. findScopeAnnotation(Errors errors, java.lang.Class<?> implementation)Returns the scope annotation ontype, or null if none is specified.VFailableCache. get(K key, Errors errors)static Key<?>Annotations. getKey(TypeLiteral<?> type, java.lang.reflect.Member member, java.lang.annotation.Annotation[] annotations, Errors errors)Gets a key for the given type, member and annotations.ErrorsErrors. merge(Errors moreErrors)Constructors in com.google.inject.internal with parameters of type Errors Constructor Description ErrorsException(Errors errors)
-