Uses of Class
tigase.kernel.core.Dependency
-
Packages that use Dependency Package Description tigase.kernel.core -
-
Uses of Dependency in tigase.kernel.core
Methods in tigase.kernel.core that return types with arguments of type Dependency Modifier and Type Method Description Collection<Dependency>DependencyManager. getDependenciesTo(BeanConfig destination)Map<Field,Dependency>BeanConfig. getFieldDependencies()Returns map of dependencies.Map<Field,Dependency>Kernel.DelegatedBeanConfig. getFieldDependencies()Methods in tigase.kernel.core with parameters of type Dependency Modifier and Type Method Description BeanConfig[]DependencyManager. getBeanConfig(Dependency dependency)static booleanDependencyManager. match(Dependency dependency, BeanConfig beanConfig)
-