Uses of Class
org.int4.dirk.core.util.Key
-
Packages that use Key Package Description org.int4.dirk.core.definition Provides internal core definition classes for the Dirk injection framework.org.int4.dirk.core.store Provides internal core store for the Dirk injection framework.org.int4.dirk.core.util Provides internal core util classes for the Dirk injection framework. -
-
Uses of Key in org.int4.dirk.core.definition
Methods in org.int4.dirk.core.definition that return Key Modifier and Type Method Description KeyInjectionTarget. getElementKey()Returns theKeyof which individual elements of the injection target consist.KeyInstantiator. getElementKey()Returns theKeyof which individual elements of the injection target consist. -
Uses of Key in org.int4.dirk.core.store
Methods in org.int4.dirk.core.store with parameters of type Key Modifier and Type Method Description booleanInjectableStore. contains(Key key)Checks if there is anInjectableassociated with the givenKeyin the store.booleanQualifiedTypeStore. contains(Key key)Checks if there is a typeTassociated with the givenKeyin the store.java.util.Set<Injectable<?>>InjectableStore. resolve(Key key)java.util.Set<T>QualifiedTypeStore. resolve(Key key)Constructor parameters in org.int4.dirk.core.store with type arguments of type Key Constructor Description QualifiedTypeStore(java.util.function.Function<T,Key> keyExtractor, java.util.function.Function<T,java.util.Set<java.lang.reflect.Type>> typesExtractor)Constructs a new instance. -
Uses of Key in org.int4.dirk.core.util
Methods in org.int4.dirk.core.util with parameters of type Key Modifier and Type Method Description java.util.Set<T>Resolver. resolve(Key key)Look up typesTbyKey.
-