Uses of Class
restx.factory.Factory.Query
Packages that use Factory.Query
-
Uses of Factory.Query in restx.factory
Subclasses of Factory.Query in restx.factoryModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classMethods in restx.factory that return Factory.QueryModifier and TypeMethodDescriptionabstract Factory.Query<T>static <T> Factory.Query<T>static <T> Factory.Query<T>static Factory.Query<Factory>Factory.Query.factoryQuery()Factory.SatisfiedQuery.getQuery()Factory.UnsatisfiedDependency.getUnsatisfied()Factory.Query.mandatory()Factory.Query.optional()<T> Factory.Query<T>Factory.queryByClass(Class<T> componentClass) <T> Factory.Query<T>Factory.queryByName(Name<T> name) Factory.ClassQuery.setMandatory(boolean mandatory) Factory.FactoryQuery.setMandatory(boolean mandatory) Factory.NameQuery.setMandatory(boolean mandatory) Methods in restx.factory that return types with arguments of type Factory.QueryModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<Factory.Query<?>>BillOfMaterials.getQueries()Methods in restx.factory with parameters of type Factory.QueryModifier and TypeMethodDescription<T> Iterable<NamedComponent<T>>SatisfiedBOM.get(Factory.Query<T> key) <T> Iterable<T>SatisfiedBOM.getAsComponents(Factory.Query<T> key) <T> com.google.common.base.Optional<NamedComponent<T>>SatisfiedBOM.getOne(Factory.Query<T> key) <T> com.google.common.base.Optional<T>SatisfiedBOM.getOneAsComponent(Factory.Query<T> key) static BillOfMaterialsBillOfMaterials.of(Factory.Query<?>... query) static <T> Factory.SatisfiedQuery<T>Factory.SatisfiedQuery.of(Factory.Query<T> query, Name<T> name) Factory.UnsatisfiedDependency.on(com.google.common.collect.ImmutableList<Factory.SatisfiedQuery<?>> path, Factory.Query<?> unsatisfied) Factory.UnsatisfiedDependency.on(com.google.common.collect.ImmutableList<Factory.SatisfiedQuery<?>> path, Factory.Query<?> unsatisfied, String rootCause) static <T> Factory.UnsatisfiedDependencyFactory.UnsatisfiedDependency.on(Factory.Query<T> unsatisfied) FactoryMachineWrapper.Builder.withDependencies(Factory.Query<?>... q) Method parameters in restx.factory with type arguments of type Factory.QueryConstructor parameters in restx.factory with type arguments of type Factory.QueryModifierConstructorDescriptionBillOfMaterials(com.google.common.collect.ImmutableSet<Factory.Query<?>> bill) SatisfiedBOM(BillOfMaterials bom, com.google.common.collect.ImmutableMultimap<Factory.Query<?>, NamedComponent<?>> materials)