Package restx.factory
Class AlternativesFactoryMachine<T>
- All Implemented Interfaces:
FactoryMachine
-
Constructor Summary
ConstructorsConstructorDescriptionAlternativesFactoryMachine(int priority, Name<T> name, com.google.common.collect.ImmutableMap<T, ? extends FactoryMachine> alternatives, ComponentBox.BoxFactory boxFactory) -
Method Summary
Methods inherited from class restx.factory.SingleNameFactoryMachine
canBuild, getEngine, nameBuildableComponents, priority, toString
-
Constructor Details
-
AlternativesFactoryMachine
public AlternativesFactoryMachine(int priority, Name<T> name, com.google.common.collect.ImmutableMap<T, ? extends FactoryMachine> alternatives, ComponentBox.BoxFactory boxFactory)
-