Uses of Interface
net.officefloor.frame.api.managedobject.source.impl.AbstractAsyncManagedObjectSource.Labeller
-
Packages that use AbstractAsyncManagedObjectSource.Labeller Package Description net.officefloor.frame.api.managedobject.source.impl -
-
Uses of AbstractAsyncManagedObjectSource.Labeller in net.officefloor.frame.api.managedobject.source.impl
Subinterfaces of AbstractAsyncManagedObjectSource.Labeller in net.officefloor.frame.api.managedobject.source.impl Modifier and Type Interface Description static interface
AbstractAsyncManagedObjectSource.DependencyLabeller<K extends java.lang.Enum<K>>
ProvideAbstractAsyncManagedObjectSource.Labeller
functionality along with qualifying type of dependency.Methods in net.officefloor.frame.api.managedobject.source.impl that return AbstractAsyncManagedObjectSource.Labeller Modifier and Type Method Description AbstractAsyncManagedObjectSource.Labeller<K>
AbstractAsyncManagedObjectSource.DependencyLabeller. addAnnotation(java.lang.Object annotation)
Adds an annotation for the type.AbstractAsyncManagedObjectSource.Labeller<F>
AbstractAsyncManagedObjectSource.MetaDataContext. addFlow(F key, java.lang.Class<?> argumentType)
Adds a requiredFlow
identified by the key.AbstractAsyncManagedObjectSource.Labeller<F>
AbstractAsyncManagedObjectSource.MetaDataContext. addFlow(java.lang.Class<?> argumentType)
AbstractAsyncManagedObjectSource.Labeller<K>
AbstractAsyncManagedObjectSource.Labeller. setLabel(java.lang.String label)
Specifies the label.AbstractAsyncManagedObjectSource.Labeller<K>
AbstractAsyncManagedObjectSource.DependencyLabeller. setTypeQualifier(java.lang.String qualifier)
Specifies qualifier for the type.
-