Uses of Interface
net.officefloor.frame.api.managedobject.source.impl.AbstractAsyncManagedObjectSource.DependencyLabeller
-
Packages that use AbstractAsyncManagedObjectSource.DependencyLabeller Package Description net.officefloor.frame.api.managedobject.source.impl -
-
Uses of AbstractAsyncManagedObjectSource.DependencyLabeller in net.officefloor.frame.api.managedobject.source.impl
Methods in net.officefloor.frame.api.managedobject.source.impl that return AbstractAsyncManagedObjectSource.DependencyLabeller Modifier and Type Method Description AbstractAsyncManagedObjectSource.DependencyLabeller<O>
AbstractAsyncManagedObjectSource.MetaDataContext. addDependency(java.lang.Class<?> dependencyType)
Adds a required dependency identified by an index into the order the dependency was added.AbstractAsyncManagedObjectSource.DependencyLabeller<O>
AbstractAsyncManagedObjectSource.MetaDataContext. addDependency(O key, java.lang.Class<?> dependencyType)
Adds a required dependency identified by the key.
-