Uses of Interface
restx.factory.FactoryMachine
Packages that use FactoryMachine
-
Uses of FactoryMachine in restx.config
Classes in restx.config that implement FactoryMachineModifier and TypeClassDescriptionclassMachine forConfigLoader.classUser: xavierhanin Date: 9/24/13 Time: 10:16 PMclassUser: xavierhanin Date: 9/24/13 Time: 11:12 PM -
Uses of FactoryMachine in restx.factory
Classes in restx.factory that implement FactoryMachineModifier and TypeClassDescriptionclassclassclassUser: xavierhanin Date: 1/31/13 Time: 7:23 PMclassUser: xavierhanin Date: 3/17/13 Time: 5:56 PMclassA machine that doesn't build any component.classUser: xavierhanin Date: 1/31/13 Time: 7:23 PMclassA singleton factory machine provides a boundless component box made up of a component created at instanciation time.classclassDate: 16/11/13 Time: 21:24Fields in restx.factory declared as FactoryMachineMethods in restx.factory that return FactoryMachineMethods in restx.factory with parameters of type FactoryMachineModifier and TypeMethodDescriptionFactory.Builder.addMachine(FactoryMachine machine) Factory.LocalMachines.addMachine(FactoryMachine machine) Factory.concat(FactoryMachine machine) FactoryMachineWrapper.Builder.from(FactoryMachine factoryMachine) FactoryMachineWrapper.from(FactoryMachine factoryMachine) Factory.LocalMachines.removeMachine(FactoryMachine machine) Constructors in restx.factory with parameters of type FactoryMachineConstructor parameters in restx.factory with type arguments of type FactoryMachineModifierConstructorDescriptionAlternativesFactoryMachine(int priority, Name<T> name, com.google.common.collect.ImmutableMap<T, ? extends FactoryMachine> alternatives, ComponentBox.BoxFactory boxFactory)