A B C D E F G H I J L M N O P Q R S T U V

A

addActiveDescriptor(ActiveDescriptor<T>) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
 
addActiveDescriptor(Class<T>) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
 
addDescriptor(SystemDescriptor<?>) - Method in class org.jvnet.hk2.internal.IndexedListData
 
addSubHandle(ServiceHandleImpl<?>) - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
Add a sub handle to this for proper destruction
addThrowable(Throwable) - Method in class org.jvnet.hk2.internal.Collector
Adds a throwable to the list of throwables in this collector
addUnbindFilter(Filter) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
 
AutoActiveDescriptor<T> - Class in org.jvnet.hk2.internal
 
AutoActiveDescriptor(Class<?>, Creator<T>, Set<Type>, Class<? extends Annotation>, String, Set<Annotation>, DescriptorVisibility, int, Boolean, Map<String, List<String>>) - Constructor for class org.jvnet.hk2.internal.AutoActiveDescriptor
 

B

bind(Descriptor) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
 
bind(FactoryDescriptors) - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
 

C

CacheKey - Class in org.jvnet.hk2.internal
This is the cache key, which encapsulates very specific lookup queries.
CacheKey(Type, String, Annotation...) - Constructor for class org.jvnet.hk2.internal.CacheKey
 
cast(Object) - Static method in class org.jvnet.hk2.internal.Utilities
Casts this thing to the given type
checkFactoryType(Class<?>, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
Checks to be sure the Factory class is ok
checkLookupType(Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
Checks that the incoming lookup type is not improper in some way
ClazzCreator<T> - Class in org.jvnet.hk2.internal
 
clear() - Method in class org.jvnet.hk2.internal.IndexedListData
 
Collector - Class in org.jvnet.hk2.internal
This class collects errors, and can then also produce a MultiException from those errors if necessary
Collector() - Constructor for class org.jvnet.hk2.internal.Collector
 
commit() - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
 
compare(Descriptor, Descriptor) - Method in class org.jvnet.hk2.internal.DescriptorComparator
 
compare(ServiceHandle<?>, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ServiceHandleComparator
 
ConstantActiveDescriptor<T> - Class in org.jvnet.hk2.internal
 
ConstantActiveDescriptor(T, long) - Constructor for class org.jvnet.hk2.internal.ConstantActiveDescriptor
Creates a constant active descriptor with the given locator ID
ConstantActiveDescriptor(T, Set<Type>, Class<? extends Annotation>, String, Set<Annotation>, DescriptorVisibility, int, Boolean, long, Map<String, List<String>>) - Constructor for class org.jvnet.hk2.internal.ConstantActiveDescriptor
Constructor with more control over the fields of the descriptor
Constants - Class in org.jvnet.hk2.internal
 
Constants() - Constructor for class org.jvnet.hk2.internal.Constants
 
containsKey(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.PerLookupContext
 
containsKey(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.SingletonContext
 
create(String, ServiceLocator) - Method in class org.jvnet.hk2.external.generator.ServiceLocatorGeneratorImpl
 
create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
 
create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ClazzCreator
 
create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
 
create(ServiceHandle<?>) - Method in interface org.jvnet.hk2.internal.Creator
Creates an instance of the given type
create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.FactoryCreator
 
create(Class<T>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
create(ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
createAndInitialize(Class<U>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
Creates, injects and postConstructs, all in one
createAutoDescriptor(Class<T>, ServiceLocatorImpl) - Static method in class org.jvnet.hk2.internal.Utilities
Creates a reified automatically generated descriptor
createDynamicConfiguration() - Method in class org.jvnet.hk2.internal.DynamicConfigurationServiceImpl
 
createService(ActiveDescriptor<T>, Injectee, ServiceLocatorImpl, ServiceHandle<T>, Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
 
Creator<T> - Interface in org.jvnet.hk2.internal
An internal interface that allows us to have the factory and class implementations

D

DescriptorComparator - Class in org.jvnet.hk2.internal
 
DescriptorComparator() - Constructor for class org.jvnet.hk2.internal.DescriptorComparator
 
destroy() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
 
destroyOne(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.PerLookupContext
 
destroyOne(ActiveDescriptor<?>) - Method in class org.jvnet.hk2.internal.SingletonContext
Release one system descriptor
dispose(T) - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
 
dispose(T) - Method in class org.jvnet.hk2.internal.ClazzCreator
 
dispose(T) - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
 
dispose(T) - Method in interface org.jvnet.hk2.internal.Creator
Disposes the given instance
dispose(T) - Method in class org.jvnet.hk2.internal.FactoryCreator
 
dispose(T) - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
DynamicConfigurationImpl - Class in org.jvnet.hk2.internal
 
DynamicConfigurationImpl(ServiceLocatorImpl) - Constructor for class org.jvnet.hk2.internal.DynamicConfigurationImpl
Created by the generator, and hence must be public
DynamicConfigurationServiceImpl - Class in org.jvnet.hk2.internal
 

E

equals(Object) - Method in class org.jvnet.hk2.internal.CacheKey
 
equals(Object) - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
ErrorInformationImpl - Class in org.jvnet.hk2.internal
 
ErrorResults - Class in org.jvnet.hk2.internal
 

F

FactoryCreator<T> - Class in org.jvnet.hk2.internal
 
findInitializerFields(Class<?>, ServiceLocatorImpl, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
Will find all the initialize fields in the class
findInitializerMethods(Class<?>, ServiceLocatorImpl, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
Get all the initializer methods of the annotatedType.
findOrCreate(ActiveDescriptor<T>, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.PerLookupContext
 
findOrCreate(ActiveDescriptor<T>, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.SingletonContext
 
findPostConstruct(Class<?>, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
Finds the post construct method on this class
findPreDestroy(Class<?>, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
Finds the pre destroy method on this class
findProducerConstructor(Class<?>, ServiceLocatorImpl, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
Validates the constructors of the annotated type and returns the producer for the annotatedType (if there is no valid producer constructor then this method returns null)
fixAndCheckQualifiers(Annotation[], String) - Static method in class org.jvnet.hk2.internal.Utilities
This method returns a set of qualifiers from an array of qualifiers.

G

get() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
 
getActiveDescriptor() - Method in class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
 
getActiveDescriptor() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
 
getAdvertisedContracts() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getAllQualifiers(AnnotatedElement, String, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
Returns the full set of qualifier annotations on this class
getAllServiceHandles(Class<T>, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getAllServiceHandles(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getAllServiceHandles(Filter) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getAllServiceHandles(Annotation, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getAllServices(Class<T>, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getAllServices(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getAllServices(Annotation, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getAllServices(Filter) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getAssociatedException() - Method in class org.jvnet.hk2.internal.ErrorInformationImpl
 
getBaseDescriptor() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getBestDescriptor(Filter) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getCache() - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
 
getCache() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getCandidate() - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
 
getConstructorInjectees(Constructor<?>) - Static method in class org.jvnet.hk2.internal.Utilities
Returns all the injectees for a constructor
getContractTypes() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getDefaultNameFromMethod(Method, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
Returns the default name if one can be found.
getDescriptor() - Method in class org.jvnet.hk2.internal.ErrorInformationImpl
 
getDescriptors(Filter) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getDescriptorType() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getDescriptorVisibility() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getErrorType() - Method in class org.jvnet.hk2.internal.ErrorInformationImpl
 
getEventType() - Method in class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
 
getFactoryAwareImplementationClass(ActiveDescriptor<?>) - Static method in class org.jvnet.hk2.internal.Utilities
This utility will return the proper implementation class, taking into account that the descriptor may be a factory
getFactoryLocatorId() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getFactoryProvideMethod(Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
This method will retrieve the provide method from a Factory
getFactoryServiceId() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getFieldInjectees(Field) - Static method in class org.jvnet.hk2.internal.Utilities
Returns the injectees for a field
getFilter() - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
 
getFirstThingInList(List<T>) - Static method in class org.jvnet.hk2.internal.Utilities
Returns the first thing found in the set
getFirstTypeArgument(Type) - Static method in class org.jvnet.hk2.internal.Utilities
Gets the first type argument if this is a parameterized type, otherwise it returns Object.class
getHandle() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
 
getImplementation() - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
 
getImplementation() - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
 
getImplementation() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getImplementationClass() - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
 
getImplementationClass() - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
 
getImplementationClass() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getInjectee() - Method in class org.jvnet.hk2.internal.ErrorInformationImpl
 
getInjectee() - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
 
getInjecteeClass() - Method in class org.jvnet.hk2.internal.InjecteeImpl
 
getInjecteeDescriptor(Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getInjectees() - Method in class org.jvnet.hk2.internal.AutoActiveDescriptor
 
getInjectees() - Method in class org.jvnet.hk2.internal.ClazzCreator
 
getInjectees() - Method in interface org.jvnet.hk2.internal.Creator
Returns all the injectees needed prior to creating this object
getInjectees() - Method in class org.jvnet.hk2.internal.FactoryCreator
 
getInjectees() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getInjectionResolver(ServiceLocatorImpl, Injectee) - Static method in class org.jvnet.hk2.internal.Utilities
Returns an injection resolver for the injectee
getInjectionResolver(ServiceLocatorImpl, AnnotatedElement) - Static method in class org.jvnet.hk2.internal.Utilities
Returns an injection resolver for this AnnotatedElement.
getInjectionResolverType(ActiveDescriptor<?>) - Static method in class org.jvnet.hk2.internal.Utilities
Will return the class of the injection resolver annotation type, or null if no injection resolver annotation can be found
getInterfacesForProxy(Set<Type>) - Static method in class org.jvnet.hk2.internal.Utilities
Returns all the interfaces the proxy must implement
getKnownInjectees() - Method in class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
 
getLifecycleObject() - Method in class org.jvnet.hk2.internal.InstanceLifecycleEventImpl
 
getLoader() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getLocatorDescriptor(ServiceLocator) - Static method in class org.jvnet.hk2.internal.Utilities
Returns a constant ActiveDescriptor for the basic ServiceLocator
getLocatorId() - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
 
getLocatorId() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getLocatorId() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getMetadata() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getMethodInjectees(Method) - Static method in class org.jvnet.hk2.internal.Utilities
Returns all the injectees for a constructor
getName() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getName() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getNameFromAllQualifiers(Set<Annotation>, AnnotatedElement) - Static method in class org.jvnet.hk2.internal.Utilities
Gets the name from the &46;Named qualifier in this set of qualifiers
getOperation() - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
 
getParent() - Method in class org.jvnet.hk2.internal.InjecteeImpl
 
getPosition() - Method in class org.jvnet.hk2.internal.InjecteeImpl
 
getQualifierAnnotations() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getQualifiers() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getRanking() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getRequiredQualifiers() - Method in class org.jvnet.hk2.internal.InjecteeImpl
 
getRequiredType() - Method in class org.jvnet.hk2.internal.InjecteeImpl
 
getScope() - Method in class org.jvnet.hk2.internal.PerLookupContext
 
getScope() - Method in class org.jvnet.hk2.internal.SingletonContext
 
getScope() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getScopeAnnotation() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getScopeAnnotationType(Class<?>, Descriptor) - Static method in class org.jvnet.hk2.internal.Utilities
Returns the scope of this thing
getScopeAnnotationType(AnnotatedElement, Descriptor, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
Returns the scope of this thing
getService() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
 
getService(ActiveDescriptor<T>, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
Deprecated. 
getService(ActiveDescriptor<T>, ServiceHandle<?>, Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getService(Class<T>, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getService(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getService(Class<T>, String, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getService(Type, String, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getServiceHandle(ActiveDescriptor<T>, Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getServiceHandle(ActiveDescriptor<T>) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getServiceHandle(Class<T>, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getServiceHandle(Type, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getServiceHandle(Class<T>, String, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getServiceHandle(Type, String, Annotation...) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
getServiceId() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
getSize() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
 
getSortedList() - Method in class org.jvnet.hk2.internal.IndexedListData
 
getThreeThirtyDescriptor(ServiceLocatorImpl) - Static method in class org.jvnet.hk2.internal.Utilities
Creates a Three Thirty constant active descriptor
getUnqualified() - Method in class org.jvnet.hk2.internal.InjecteeImpl
 

H

handleErrors(NarrowResults, LinkedList<ErrorService>) - Static method in class org.jvnet.hk2.internal.Utilities
Calls the list of error services for the list of errors
handleIterator() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
 
hasErrors() - Method in class org.jvnet.hk2.internal.Collector
Returns true if this collector has errors
hashCode() - Method in class org.jvnet.hk2.internal.CacheKey
 
hashCode() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 

I

IndexedListData - Class in org.jvnet.hk2.internal
This object contains a list of values.
IndexedListData() - Constructor for class org.jvnet.hk2.internal.IndexedListData
 
inject(Object) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
InjecteeImpl - Class in org.jvnet.hk2.internal
This is an implementation of Injectee that is used by the system.
InstanceLifecycleEventImpl - Class in org.jvnet.hk2.internal
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.jvnet.hk2.internal.MethodInterceptorImpl
 
isAbstract(Member) - Static method in class org.jvnet.hk2.internal.Utilities
Returns true if the underlying member is abstract
isActive() - Method in class org.jvnet.hk2.internal.PerLookupContext
 
isActive() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
 
isActive() - Method in class org.jvnet.hk2.internal.SingletonContext
 
isCacheSet() - Method in class org.jvnet.hk2.internal.ConstantActiveDescriptor
 
isCacheSet() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
isConstructorParameterIndicator() - Method in class org.jvnet.hk2.internal.ThreeThirtyResolver
 
isEmpty() - Method in class org.jvnet.hk2.internal.IndexedListData
 
isFinal(Member) - Static method in class org.jvnet.hk2.internal.Utilities
Returns true if the underlying member is abstract
isMethodParameterIndicator() - Method in class org.jvnet.hk2.internal.ThreeThirtyResolver
 
isOptional() - Method in class org.jvnet.hk2.internal.InjecteeImpl
 
isPrivate(Member) - Static method in class org.jvnet.hk2.internal.Utilities
Returns true if the underlying member is private
isProxiable() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
isProxiable(ActiveDescriptor<?>) - Static method in class org.jvnet.hk2.internal.Utilities
This method determines whether or not the descriptor should be proxied.
isProxiableScope(Class<? extends Annotation>) - Static method in class org.jvnet.hk2.internal.Utilities
Returns true if this scope is proxiable
isReified() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
isSelf() - Method in class org.jvnet.hk2.internal.InjecteeImpl
 
isTypeSafe(Type, Type) - Static method in class org.jvnet.hk2.internal.TypeChecker
Returns true if the given requiredType is safely assignable from the given beanType.
isUnproxiableScope(Class<? extends Annotation>) - Static method in class org.jvnet.hk2.internal.Utilities
Returns true if this scope is unproxiable
IterableProviderImpl<T> - Class in org.jvnet.hk2.internal
 
iterator() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
 

J

justCreate(Class<T>, ServiceLocatorImpl) - Static method in class org.jvnet.hk2.internal.Utilities
Just creates the thing, doesn't try to do anything else
justInject(Object, ServiceLocatorImpl) - Static method in class org.jvnet.hk2.internal.Utilities
Just creates the thing, doesn't try to do anything else
justPostConstruct(Object) - Static method in class org.jvnet.hk2.internal.Utilities
Post constructs the given object
justPreDestroy(Object) - Static method in class org.jvnet.hk2.internal.Utilities
Pre Destroys the given object

L

loadClass(String, Descriptor, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
Loads the class using the loader from the given descriptor or the classloader of the utilities class otherwise
loadClass(String, Injectee) - Static method in class org.jvnet.hk2.internal.Utilities
Load the given class for the given injectee.

M

makeMe(Constructor<?>, Object[]) - Static method in class org.jvnet.hk2.internal.Utilities
This version of invoke is CCL neutral (it will return with the same CCL as what it went in with)
MethodInterceptorImpl - Class in org.jvnet.hk2.internal
 

N

named(String) - Method in class org.jvnet.hk2.internal.IterableProviderImpl
 
NarrowResults - Class in org.jvnet.hk2.internal
 
NarrowResults() - Constructor for class org.jvnet.hk2.internal.NarrowResults
 

O

ofType(Type) - Method in class org.jvnet.hk2.internal.IterableProviderImpl
 
org.jvnet.hk2.external.generator - package org.jvnet.hk2.external.generator
 
org.jvnet.hk2.internal - package org.jvnet.hk2.internal
 

P

PerLookupContext - Class in org.jvnet.hk2.internal
 
PerLookupContext() - Constructor for class org.jvnet.hk2.internal.PerLookupContext
 
postConstruct(Object) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
preDestroy(Object) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
PRIMITIVE_MAP - Static variable in class org.jvnet.hk2.internal.Constants
Map from primitive type to java type

Q

qualifiedWith(Annotation...) - Method in class org.jvnet.hk2.internal.IterableProviderImpl
 

R

reifyDescriptor(Descriptor, Injectee) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
reifyDescriptor(Descriptor) - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
releaseCache() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
removeDescriptor(SystemDescriptor<?>) - Method in class org.jvnet.hk2.internal.IndexedListData
 
resolve(Injectee, ServiceHandle<?>) - Method in class org.jvnet.hk2.internal.ThreeThirtyResolver
 

S

safeEquals(Object, Object) - Static method in class org.jvnet.hk2.internal.CacheKey
 
ServiceHandleComparator - Class in org.jvnet.hk2.internal
 
ServiceHandleComparator() - Constructor for class org.jvnet.hk2.internal.ServiceHandleComparator
 
ServiceHandleImpl<T> - Class in org.jvnet.hk2.internal
This handle does the underlying work of getting the service.
ServiceLocatorGeneratorImpl - Class in org.jvnet.hk2.external.generator
 
ServiceLocatorGeneratorImpl() - Constructor for class org.jvnet.hk2.external.generator.ServiceLocatorGeneratorImpl
 
ServiceLocatorImpl - Class in org.jvnet.hk2.internal
 
ServiceLocatorImpl(String, ServiceLocatorImpl) - Constructor for class org.jvnet.hk2.internal.ServiceLocatorImpl
Called by the Generator, and hence must be a public method
setCache(T) - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
setRanking(int) - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
shutdown() - Method in class org.jvnet.hk2.internal.PerLookupContext
 
shutdown() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
shutdown() - Method in class org.jvnet.hk2.internal.SingletonContext
 
SingletonContext - Class in org.jvnet.hk2.internal
 
supportsNullCreation() - Method in class org.jvnet.hk2.internal.PerLookupContext
 
supportsNullCreation() - Method in class org.jvnet.hk2.internal.SingletonContext
 
SYSTEM_LOADER_NAME - Static variable in class org.jvnet.hk2.internal.Constants
The name of the system class loader
SystemDescriptor<T> - Class in org.jvnet.hk2.internal
 

T

ThreeThirtyResolver - Class in org.jvnet.hk2.internal
 
throwIfErrors() - Method in class org.jvnet.hk2.internal.Collector
This method will throw if the list of throwables associated with this collector is not empty
toString() - Method in class org.jvnet.hk2.internal.CacheKey
 
toString() - Method in class org.jvnet.hk2.internal.DynamicConfigurationImpl
 
toString() - Method in class org.jvnet.hk2.internal.ErrorInformationImpl
 
toString() - Method in class org.jvnet.hk2.internal.ErrorResults
 
toString() - Method in class org.jvnet.hk2.internal.InjecteeImpl
 
toString() - Method in class org.jvnet.hk2.internal.IterableProviderImpl
 
toString() - Method in class org.jvnet.hk2.internal.NarrowResults
 
toString() - Method in class org.jvnet.hk2.internal.ServiceHandleImpl
 
toString() - Method in class org.jvnet.hk2.internal.ServiceLocatorImpl
 
toString() - Method in class org.jvnet.hk2.internal.SystemDescriptor
 
toString() - Method in class org.jvnet.hk2.internal.ValidationInformationImpl
 
translatePrimitiveType(Class<?>) - Static method in class org.jvnet.hk2.internal.Utilities
Converts the type to its java form, or returns the original
TypeChecker - Class in org.jvnet.hk2.internal
This class contains various utilities for ensuring java type safety
TypeChecker() - Constructor for class org.jvnet.hk2.internal.TypeChecker
 

U

unSort() - Method in class org.jvnet.hk2.internal.IndexedListData
Called by a SystemDescriptor when its ranking has changed
Utilities - Class in org.jvnet.hk2.internal
This class contains a set of static utilities useful for implementing HK2
Utilities() - Constructor for class org.jvnet.hk2.internal.Utilities
 

V

validateSelfInjectees(ActiveDescriptor<?>, List<Injectee>, Collector) - Static method in class org.jvnet.hk2.internal.Utilities
This method validates a list of injectees to ensure that any self injectees have the proper set of requirements.
ValidationInformationImpl - Class in org.jvnet.hk2.internal
 
ValidationInformationImpl(Operation, ActiveDescriptor<?>, Injectee, Filter) - Constructor for class org.jvnet.hk2.internal.ValidationInformationImpl
Creates the validation information
ValidationInformationImpl(Operation, ActiveDescriptor<?>) - Constructor for class org.jvnet.hk2.internal.ValidationInformationImpl
Creates the validation information

A B C D E F G H I J L M N O P Q R S T U V

Copyright © 2012 Oracle Corporation. All Rights Reserved.