Uses of Interface
org.eclipse.sisu.inject.RankingFunction
Packages that use RankingFunction
-
Uses of RankingFunction in org.eclipse.sisu.inject
Classes in org.eclipse.sisu.inject that implement RankingFunctionModifier and TypeClassDescriptionfinal class
SimpleRankingFunction
that partitions qualified bindings into two main groups.Fields in org.eclipse.sisu.inject declared as RankingFunctionModifier and TypeFieldDescriptionprivate static final RankingFunction
InjectorBindings.DEFAULT_RANKING_FUNCTION
private final RankingFunction
InjectorBindings.function
Fields in org.eclipse.sisu.inject with type parameters of type RankingFunctionModifier and TypeFieldDescriptionprivate static final com.google.inject.Key
<RankingFunction> InjectorBindings.RANKING_FUNCTION_KEY
Methods in org.eclipse.sisu.inject that return RankingFunctionModifier and TypeMethodDescriptionstatic RankingFunction
InjectorBindings.findRankingFunction
(com.google.inject.Injector injector) Constructors in org.eclipse.sisu.inject with parameters of type RankingFunctionModifierConstructorDescriptionInjectorBindings
(com.google.inject.Injector injector, RankingFunction function)