|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MultiMap | |
|---|---|
| com.sun.hk2.component | Dependency injection implementation for HK2. |
| 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
|
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. |
|
| 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
|
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
|
Creators.create(Class<T> c,
Habitat habitat,
MultiMap<String,String> metadata)
|
|
static
|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||