Package restx.factory
Class FactoryMachineWrapper.Builder
java.lang.Object
restx.factory.FactoryMachineWrapper.Builder
- Enclosing class:
- FactoryMachineWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()from(FactoryMachine factoryMachine) transformComponents(com.google.common.base.Function<Map.Entry<SatisfiedBOM, NamedComponent>, NamedComponent> transform) withDependencies(Factory.Query<?>... q) withPriority(int priority)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
from
-
withPriority
-
withDependencies
-
transformComponents
public FactoryMachineWrapper.Builder transformComponents(com.google.common.base.Function<Map.Entry<SatisfiedBOM, NamedComponent>, NamedComponent> transform) -
build
-