Uses of Class
restx.factory.Factory
Packages that use Factory
-
Uses of Factory in restx.factory
Methods in restx.factory that return FactoryModifier and TypeMethodDescriptionFactory.and()Returns current factory, used only for fluent API to have more readable code like factory.start().and().prepare();Factory.Builder.build()Factory.concat(FactoryMachine machine) protected FactoryFactory.Query.factory()static FactoryFactory.getInstance()Returns a default Factory instance, getting componenents from ServiceLoader only.protected FactoryFactory.Query.mayGetFactory()static FactoryFactory.newInstance()Factory.prepare()Prepares all the AutoPreparable components of this factory.static FactoryFactory.start()Starts all the AutoStartable components of this factory.Methods in restx.factory that return types with arguments of type FactoryModifier and TypeMethodDescriptionprotected com.google.common.base.Optional<NamedComponent<Factory>>Factory.FactoryQuery.doFindOne()static Factory.Query<Factory>Factory.Query.factoryQuery()Factory.FactoryQuery.findNames()Factory.FactoryQuery.getComponentClass()static com.google.common.base.Optional<Factory>Factory.getFactory(String key) Factory.FactoryQuery.setMandatory(boolean mandatory) Methods in restx.factory with parameters of type FactoryModifier and TypeMethodDescriptionabstract Factory.Query<T>static Factorystatic booleanFactory.unregister(String key, Factory factory) Constructors in restx.factory with parameters of type FactoryModifierConstructorDescriptionprotectedMultipleQuery(Factory factory, boolean mandatory) protectedprotectedSingleQuery(Factory factory, boolean mandatory)