Uses of Class
org.int4.dirk.core.definition.Key
-
Packages that use Key Package Description org.int4.dirk.core.definition org.int4.dirk.core.store -
-
Uses of Key in org.int4.dirk.core.definition
Methods in org.int4.dirk.core.definition that return Key Modifier and Type Method Description KeyBinding. 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)java.util.Set<T>Resolver. resolve(Key key)Look up typesTbyKey.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.
-