Serialized Form
|
Package org.glassfish.hk2 |
serialVersionUID: -3645430766814376616L
|
Package org.glassfish.hk2.api |
serialVersionUID: 2112432697858621044L
throwables
List<E> throwables
|
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
serialVersionUID: 1558442492395467828L
readObject
public void 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
baseDescriptor
Descriptor baseDescriptor
id
Long id
locatorId
Long locatorId
Copyright © 2012 Oracle Corporation. All Rights Reserved.