Uses of Interface
org.glassfish.jersey.internal.util.collection.LazyValue
Packages that use LazyValue
Package
Description
Common set of Jersey collection classes.
Jersey server-side classes.
-
Uses of LazyValue in org.glassfish.jersey.internal.util.collection
Methods in org.glassfish.jersey.internal.util.collection that return LazyValueModifier and TypeMethodDescriptionstatic <T> LazyValue<T>
Get a new lazily initializedvalue provider
. -
Uses of LazyValue in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return LazyValueMethods in org.glassfish.jersey.server with parameters of type LazyValueModifier and TypeMethodDescriptionvoid
ServerBootstrapBag.setComponentProviders
(LazyValue<Collection<ComponentProvider>> componentProviders)