Serialized Form
|
Package org.glassfish.hk2.api |
serialVersionUID: -3645430766814376616L
serialVersionUID: 2112432697858621044L
lock
Object lock
throwables
List<E> throwables
serialVersionUID: 1191047707346290567L
injectionPoint
Injectee injectionPoint
|
Package org.glassfish.hk2.internal |
serialVersionUID: -9196390718074767455L
theOne
Object theOne
|
Package org.glassfish.hk2.utilities |
serialVersionUID: 7080312303893604939L
advertisedContracts
Set<E> advertisedContracts
scope
Class<T> scope
qualifiers
Set<E> qualifiers
factoryServiceId
Long factoryServiceId
factoryLocatorId
Long factoryLocatorId
isReified
boolean isReified
serialVersionUID: 2609895430798803508L
locator
ServiceLocator locator
- The service locator.
descriptor
ActiveDescriptor<T> descriptor
- The descriptor that this descriptor will alias.
contract
String contract
- The contract type of this descriptor.
qualifiers
Set<E> qualifiers
- The set of annotations for this descriptor.
initialized
boolean initialized
- Indicates whether or not this descriptor has been initialized.
serialVersionUID: 1558442492395467828L
readObject
public boolean readObject(BufferedReader in)
throws IOException
- This can be used to read in instances of this object that were previously written out with
writeObject. Useful for reading from external data files
- Throws:
IOException - on failure
writeObject
public void writeObject(PrintWriter out)
throws IOException
- This writes this object to the data output stream in a human-readable
format, excellent for writing out data files
- Throws:
IOException - on failure
contracts
Set<E> contracts
implementation
String implementation
name
String name
scope
String scope
metadatas
Map<K,V> metadatas
qualifiers
Set<E> qualifiers
descriptorType
DescriptorType descriptorType
loader
HK2Loader loader
rank
int rank
proxiable
Boolean proxiable
baseDescriptor
Descriptor baseDescriptor
id
Long id
locatorId
Long locatorId
serialVersionUID: -1501119884265443727L
requiredType
Type requiredType
qualifiers
Set<E> qualifiers
position
int position
pClass
Class<T> pClass
parent
AnnotatedElement parent
isOptional
boolean isOptional
isSelf
boolean isSelf
unqualified
Unqualified unqualified
serialVersionUID: 9110325112008963155L
name
String name
Copyright © 2012 Oracle Corporation. All Rights Reserved.