Serialized Form


Package com.google.inject

Class com.google.inject.CreationException extends RuntimeException implements Serializable

serialVersionUID: 0L

Serialized Fields

errorMessages

List<E> errorMessages

Class com.google.inject.Key extends Object implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected final Object writeReplace()
Returns the canonical form of this key for serialization. The returned instance is always a Key, never a subclass. This prevents problems caused by serializing anonymous types.

Serialized Fields

annotationStrategy

com.google.inject.Key.AnnotationStrategy annotationStrategy

typeLiteral

TypeLiteral<T> typeLiteral

hashCode

int hashCode

Class com.google.inject.OutOfScopeException extends RuntimeException implements Serializable

Class com.google.inject.ProvisionException extends RuntimeException implements Serializable

serialVersionUID: 0L

Serialized Fields

errors

com.google.inject.internal.Errors errors
non-null for Guice-created ProvisionExceptions

Class com.google.inject.TypeLiteral extends Object implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected final Object writeReplace()
Returns the canonical form of this type literal for serialization. The returned instance is always a TypeLiteral, never a subclass. This prevents problems caused by serializing anonymous types.

Serialized Fields

rawType

Class<T> rawType

type

Type type

hashCode

int hashCode

Package com.google.inject.servlet

Class com.google.inject.servlet.InjectedHttpServlet extends javax.servlet.http.HttpServlet implements Serializable


Package com.google.inject.spi

Class com.google.inject.spi.Dependency extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

injectionPoint

InjectionPoint injectionPoint

key

Key<T> key

nullable

boolean nullable

parameterIndex

int parameterIndex

Class com.google.inject.spi.InjectionPoint extends Object implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

private Object writeReplace()
                     throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

optional

boolean optional

member

Member member

dependencies

com.google.common.collect.ImmutableList<E> dependencies

Class com.google.inject.spi.Message extends Object implements Serializable

Serialized Fields

message

String message

cause

Throwable cause

sources

List<E> sources