Package | Description |
---|---|
org.glassfish.jersey.internal.inject |
Common Jersey internal injection utility classes.
|
Modifier and Type | Method and Description |
---|---|
static <T> Iterable<T> |
Providers.getAllProviders(InjectionManager injectionManager,
Class<T> contract,
RankedComparator<T> comparator)
Get the sorted iterable of all
providers (custom and default) registered for the given service
provider contract in the underlying injection manager container. |
static <T> Iterable<T> |
Providers.mergeAndSortRankedProviders(RankedComparator<T> comparator,
Iterable<Iterable<RankedProvider<T>>> providerIterables)
Merge and sort given providers with
ranked comparator . |
static <T> Iterable<T> |
Providers.sortRankedProviders(RankedComparator<T> comparator,
Iterable<RankedProvider<T>> providers)
Sort given providers with
ranked comparator . |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.