Uses of Interface
net.officefloor.plugin.clazz.dependency.ClassItemIndex
-
Packages that use ClassItemIndex Package Description net.officefloor.plugin.clazz.dependency -
-
Uses of ClassItemIndex in net.officefloor.plugin.clazz.dependency
Methods in net.officefloor.plugin.clazz.dependency that return ClassItemIndex Modifier and Type Method Description ClassItemIndex
ClassDependenciesContext. addDependency(java.lang.String dependencyName, java.lang.String qualifier, java.lang.Class<?> objectType, java.lang.Object[] annotations)
Adds a dependency.ClassItemIndex
ClassDependenciesFlowContext. addFlow(java.lang.String flowName, java.lang.Class<?> argumentType, java.lang.Object[] annotations)
Adds aFlow
.ClassItemIndex
ClassDependencyManufacturerContext.ItemBuilder. build()
Builds and adds the item.static ClassItemIndex
ClassDependenciesManager. createClassItemIndex(int index, java.util.function.Consumer<java.lang.Object> annotationAdder)
Creates aClassItemIndex
.
-