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 ClassItemIndexClassDependenciesContext. addDependency(java.lang.String dependencyName, java.lang.String qualifier, java.lang.Class<?> objectType, java.lang.Object[] annotations)Adds a dependency.ClassItemIndexClassDependenciesFlowContext. addFlow(java.lang.String flowName, java.lang.Class<?> argumentType, java.lang.Object[] annotations)Adds aFlow.ClassItemIndexClassDependencyManufacturerContext.ItemBuilder. build()Builds and adds the item.static ClassItemIndexClassDependenciesManager. createClassItemIndex(int index, java.util.function.Consumer<java.lang.Object> annotationAdder)Creates aClassItemIndex.
-