Uses of Class
org.pipservices3.commons.refer.ReferenceException
Packages that use ReferenceException
-
Uses of ReferenceException in org.pipservices3.commons.refer
Methods in org.pipservices3.commons.refer that throw ReferenceExceptionModifier and TypeMethodDescription<T> List<T>
Finds all matching dependencies by their name and matching to the specified type.Finds all matching dependencies by their name.<T> List<T>
Gets all component references that match specified locator and matching to the specified type.Gets all component references that match specified locator.<T> List<T>
Gets all component references that match specified locator and matching to the specified type.Gets all component references that match specified locator.static References
References.fromTuples
(Object... tuples) Creates a new References from a list of key-value pairs called tuples.<T> T
DependencyResolver.getOneRequired
(Class<T> type, String name) Gets one required dependency by its name and matching to the specified type.DependencyResolver.getOneRequired
(String name) Gets one required dependency by its name.<T> T
IReferences.getOneRequired
(Class<T> type, Object locator) Gets a required component reference that matches specified locator and matching to the specified type.IReferences.getOneRequired
(Object locator) Gets a required component reference that matches specified locator.<T> T
References.getOneRequired
(Class<T> type, Object locator) Gets a required component reference that matches specified locator and matching to the specified type.References.getOneRequired
(Object locator) Gets a required component reference that matches specified locator.<T> List<T>
DependencyResolver.getRequired
(Class<T> type, String name) Gets all required dependencies by their name.DependencyResolver.getRequired
(String name) Gets all required dependencies by their name.<T> List<T>
IReferences.getRequired
(Class<T> type, Object locator) Gets all component references that match specified locator.IReferences.getRequired
(Object locator) Gets all component references that match specified locator.<T> List<T>
References.getRequired
(Class<T> type, Object locator) Gets all component references that match specified locator.References.getRequired
(Object locator) Gets all component references that match specified locator.void
DependencyResolver.setReferences
(IReferences references) Sets the component referencesvoid
IReferenceable.setReferences
(IReferences references) Sets references to dependent components.static void
Referencer.setReferences
(IReferences references, Iterable<Object> components) Sets references to multiple components.static void
Referencer.setReferencesForOne
(IReferences references, Object component) Sets references to specific component.