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 ReferencesReferences.fromTuples(Object... tuples) Creates a new References from a list of key-value pairs called tuples.<T> TDependencyResolver.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> TIReferences.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> TReferences.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.voidDependencyResolver.setReferences(IReferences references) Sets the component referencesvoidIReferenceable.setReferences(IReferences references) Sets references to dependent components.static voidReferencer.setReferences(IReferences references, Iterable<Object> components) Sets references to multiple components.static voidReferencer.setReferencesForOne(IReferences references, Object component) Sets references to specific component.