Serialized Form


Package com.google.inject

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

serialVersionUID: 0L

Serialized Fields

messages

com.google.common.collect.ImmutableSet<E> messages

partialValue

Object partialValue

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

serialVersionUID: 0L

Serialized Fields

messages

com.google.common.collect.ImmutableSet<E> messages

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

Serialization Methods

readObject

protected final void readObject(ObjectInputStream stream)
                         throws InvalidObjectException
Throws:
InvalidObjectException
Since:
2.0

writeReplace

protected final Object writeReplace()
Since:
2.0
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

messages

com.google.common.collect.ImmutableSet<E> messages

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