Uses of Class
restx.factory.Factory.SatisfiedQuery
Packages that use Factory.SatisfiedQuery
-
Uses of Factory.SatisfiedQuery in restx.factory
Methods in restx.factory that return Factory.SatisfiedQueryModifier and TypeMethodDescriptionstatic <T> Factory.SatisfiedQuery<T>Factory.SatisfiedQuery.of(Factory.Query<T> query, Name<T> name) Methods in restx.factory that return types with arguments of type Factory.SatisfiedQueryModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<Factory.SatisfiedQuery<?>>Factory.UnsatisfiedDependency.getPath()Methods in restx.factory with parameters of type Factory.SatisfiedQueryModifier and TypeMethodDescriptionFactory.UnsatisfiedDependencies.prepend(Factory.SatisfiedQuery<T> query) Factory.UnsatisfiedDependency.prepend(Factory.SatisfiedQuery<T> query) Method parameters in restx.factory with type arguments of type Factory.SatisfiedQueryModifier and TypeMethodDescriptionFactory.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)