Package org.glassfish.jersey.model.internal
Common Jersey internal model related classes and interfaces. In this package can be found classes related to
injection scopes, common configuration, injections and providers.
-
Class Summary Class Description CommonConfig Common immutableConfigurationimplementation for server and client.ComponentBag An internal Jersey container for custom component classes and instances.FeatureContextWrapper Wrapper ofFeatureContextthat can supply instance ofinjection manager.ImmutableCommonConfig Immutable runtime configuration.ManagedObjectsFinalizer InvokesPreDestroymethods on all registered objects, when the injection manager is shut down.RankedComparator<T> Comparator used to sort types by their priorities defined by theirs binding priority set during the configuration phase (Configuration) inranked provider.RankedProvider<T> Jersey ranked provider model. -
Enum Summary Enum Description RankedComparator.Order Defines which ordering should be used for sorting.