Serialized Form
Package com.google.inject |
serialVersionUID: 0L
errorMessages
List<E> errorMessages
serialVersionUID: 0L
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.
annotationStrategy
com.google.inject.Key.AnnotationStrategy annotationStrategy
typeLiteral
TypeLiteral<T> typeLiteral
hashCode
int hashCode
serialVersionUID: 0L
errors
com.google.inject.internal.Errors errors
- non-null for Guice-created ProvisionExceptions
serialVersionUID: 0L
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.
rawType
Class<T> rawType
type
Type type
hashCode
int hashCode
Package com.google.inject.servlet |
Package com.google.inject.spi |
serialVersionUID: 0L
injectionPoint
InjectionPoint injectionPoint
key
Key<T> key
nullable
boolean nullable
parameterIndex
int parameterIndex
serialVersionUID: 0L
writeReplace
private Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
optional
boolean optional
member
Member member
dependencies
com.google.common.collect.ImmutableList<E> dependencies
message
String message
cause
Throwable cause
sources
List<E> sources