Uses of Class
org.semanticweb.owlapi.utilities.Injector
Packages that use Injector
-
Uses of Injector in org.semanticweb.owlapi.utilities
Methods in org.semanticweb.owlapi.utilities that return InjectorModifier and TypeMethodDescriptionInjector.bind
(Class<?> t, Class<?> c, Annotation... annotations) Associate a key made of interface type and optional annotations with an implementation type<T> Injector
Injector.bindOneMore
(Supplier<T> t, Class<T> c, Annotation... annotations) Associate a key made of interface type and optional annotations with a supplier of instances, adding to existing associations<T> Injector
Injector.bindOneMore
(T t, Class<T> c, Annotation... annotations) Associate a key made of interface type and optional annotations with an instance, adding to existing associationsInjector.bindToOne
(Object t, Class<?> c, Annotation... annotations) Associate a key made of interface type and optional annotations with an instance, replacing existing associationsInjector.bindToOne
(Supplier<?> t, Class<?> c, Annotation... annotations) Associate a key made of interface type and optional annotations with a supplier of instances, replacing existing associationsConstructors in org.semanticweb.owlapi.utilities with parameters of type Injector