Serialized Form
|
Package org.glassfish.hk2.api |
serialVersionUID: -3645430766814376616L
serialVersionUID: -6933923442167686426L
serialVersionUID: 4421677624470704792L
serialVersionUID: 2112432697858621044L
lock
java.lang.Object lock
throwables
java.util.List<E> throwables
serialVersionUID: 1191047707346290567L
injectionPoint
Injectee injectionPoint
|
Package org.glassfish.hk2.internal |
serialVersionUID: -9196390718074767455L
theOne
java.lang.Object theOne
|
Package org.glassfish.hk2.utilities |
serialVersionUID: 7080312303893604939L
advertisedContracts
java.util.Set<E> advertisedContracts
scope
java.lang.Class<T> scope
qualifiers
java.util.Set<E> qualifiers
factoryServiceId
java.lang.Long factoryServiceId
factoryLocatorId
java.lang.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
java.lang.String contract
- The contract type of this descriptor.
qualifiers
java.util.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(java.io.BufferedReader in)
throws java.io.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:
java.io.IOException - on failure
writeObject
public void writeObject(java.io.PrintWriter out)
throws java.io.IOException
- This writes this object to the data output stream in a human-readable
format, excellent for writing out data files
- Throws:
java.io.IOException - on failure
contracts
java.util.Set<E> contracts
implementation
java.lang.String implementation
name
java.lang.String name
scope
java.lang.String scope
metadatas
java.util.Map<K,V> metadatas
qualifiers
java.util.Set<E> qualifiers
descriptorType
DescriptorType descriptorType
descriptorVisibility
DescriptorVisibility descriptorVisibility
loader
HK2Loader loader
rank
int rank
proxiable
java.lang.Boolean proxiable
baseDescriptor
Descriptor baseDescriptor
id
java.lang.Long id
locatorId
java.lang.Long locatorId
serialVersionUID: -1501119884265443727L
requiredType
java.lang.reflect.Type requiredType
qualifiers
java.util.Set<E> qualifiers
position
int position
pClass
java.lang.Class<T> pClass
parent
java.lang.reflect.AnnotatedElement parent
isOptional
boolean isOptional
isSelf
boolean isSelf
unqualified
Unqualified unqualified
serialVersionUID: 9110325112008963155L
name
java.lang.String name
Copyright © 2012 Oracle Corporation. All Rights Reserved.