Uses of Class
org.jvnet.hk2.component.MultiMap

Packages that use MultiMap
com.sun.hk2.component Dependency injection implementation for HK2. 
com.sun.hk2.jsr330   
com.sun.hk2.jsr330.spi.internal   
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
org.jvnet.hk2.component.matcher   
 

Uses of MultiMap in com.sun.hk2.component
 

Methods in com.sun.hk2.component that return MultiMap
static MultiMap<String,String> InhabitantFileBasedParser.buildMetadata(KeyValuePairParser kvpp)
           
 MultiMap<String,String> InhabitantFileBasedParser.getMetaData()
           
 MultiMap<String,String> InhabitantParser.getMetaData()
           
 MultiMap<String,String> ExistingSingletonInhabitant.metadata()
           
 MultiMap<String,String> EventPublishingInhabitant.metadata()
           
 MultiMap<String,String> LazyInhabitant.metadata()
           
 MultiMap<String,String> AbstractCreatorImpl.metadata()
           
 

Methods in com.sun.hk2.component with parameters of type MultiMap
static
<T> Inhabitant<T>
Inhabitants.create(Class<T> c, Habitat habitat, MultiMap<String,String> metadata)
          Creates a Inhabitant by looking at annotations of the given type.
static Inhabitant<?> Inhabitants.createInhabitant(Habitat habitat, Holder<ClassLoader> classLoader, String typeName, MultiMap<String,String> metadata, Inhabitant<?> lead, Set<String> indicies)
          Deprecated.  
static Inhabitant<?> Inhabitants.createInhabitant(Habitat habitat, Iterator<InhabitantProviderInterceptor> interceptors, Holder<ClassLoader> classLoader, String typeName, MultiMap<String,String> metadata, Inhabitant<?> lead, InhabitantStore store, Set<String> indicies)
           
static void InhabitantIntrospectionScanner.populateExtraInhabitantMetaData(MultiMap<String,String> dest, AnnotatedElement ae)
          Retrieves the "extra" meta data from drilling into each annotation's methods.
 

Constructors in com.sun.hk2.component with parameters of type MultiMap
AbstractCreatorImpl(Class<? extends T> type, Habitat habitat, MultiMap<String,String> metadata)
           
ConstructorCreator(Class<? extends T> type, Habitat habitat, MultiMap<String,String> metadata)
           
ConstructorWomb(Class<T> type, Habitat habitat, MultiMap<String,String> metadata)
          Deprecated.  
ExistingSingletonInhabitant(Class<T> type, T object, MultiMap<String,String> metadata)
           
FactoryCreator(Class<T> type, Class<? extends Factory> factory, Habitat habitat, MultiMap<String,String> metadata)
           
FactoryCreator(Class<T> type, Inhabitant<? extends Factory> factory, Habitat habitat, MultiMap<String,String> metadata)
           
InjectableParametizedConstructorCreator(Class<T> type, Constructor<T> ctor, Habitat habitat, MultiMap<String,String> metadata)
           
LazyInhabitant(Habitat habitat, Holder<ClassLoader> cl, String typeName, MultiMap<String,String> metadata)
           
LazyInhabitant(Habitat habitat, Holder<ClassLoader> cl, String typeName, MultiMap<String,String> metadata, Inhabitant<?> lead)
           
 

Uses of MultiMap in com.sun.hk2.jsr330
 

Methods in com.sun.hk2.jsr330 that return MultiMap
 MultiMap<String,String> BasicBinding.getMetadata()
           
 MultiMap<String,String> Jsr330BindingExt.getMetadata()
          The optional metadata.
 

Methods in com.sun.hk2.jsr330 with parameters of type MultiMap
 void BasicBinding.setMetaData(MultiMap<String,String> metadata)
           
 

Uses of MultiMap in com.sun.hk2.jsr330.spi.internal
 

Methods in com.sun.hk2.jsr330.spi.internal with parameters of type MultiMap
protected static boolean Jsr330InjectionResolver.matched(Annotation[] annotations, MultiMap<String,String> candidateMd)
           
 

Constructors in com.sun.hk2.jsr330.spi.internal with parameters of type MultiMap
InhabitantData(Inhabitant<?> i, Set<String> indicies, Set<String> names, Scope scope, MultiMap<String,String> metadata)
           
Jsr330ConstructorWomb(Class<T> type, Habitat habitat, MultiMap<String,String> metadata)
           
Jsr330LazyInhabitant(Habitat habitat, Holder<ClassLoader> cl, String typeName, Scope scope, MultiMap<String,String> metadata)
           
 

Uses of MultiMap in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component that return MultiMap
 MultiMap<K,V> MultiMap.clone()
          Creates a copy of the map that contains the exact same key and value set.
static
<K,V> MultiMap<K,V>
MultiMap.emptyMap()
          Gets the singleton read-only empty multi-map.
 MultiMap<String,String> DescriptorImpl.getMetadata()
           
 MultiMap<String,String> Inhabitant.metadata()
          Gets the metadata associated with this inhabitant.
 

Methods in org.jvnet.hk2.component with parameters of type MultiMap
static
<T> Creator<T>
Creators.create(Class<T> c, Habitat habitat, MultiMap<String,String> metadata)
           
static
<T> Inhabitant<T>
Inhabitants.create(Class<T> c, Habitat habitat, MultiMap<String,String> metadata)
          Deprecated. Use Inhabitants instead.
 

Constructors in org.jvnet.hk2.component with parameters of type MultiMap
DescriptorImpl(String name, String typeName, MultiMap<String,String> metadata, Scope scope)
           
 

Uses of MultiMap in org.jvnet.hk2.component.matcher
 

Methods in org.jvnet.hk2.component.matcher with parameters of type MultiMap
 boolean SimpleLdapMatcher.matches(MultiMap<String,String> properties)
          An or-type match checker
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.