Uses of Interface
org.glassfish.jersey.internal.util.collection.LazyValue
-
Packages that use LazyValue Package Description org.glassfish.jersey.internal.util.collection Common set of Jersey collection classes.org.glassfish.jersey.server Jersey server-side classes. -
-
Uses of LazyValue in org.glassfish.jersey.internal.util.collection
Methods in org.glassfish.jersey.internal.util.collection that return LazyValue Modifier and Type Method Description static <T> LazyValue<T>Values. lazy(Value<T> delegate)Get a new lazily initializedvalue provider. -
Uses of LazyValue in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return LazyValue Modifier and Type Method Description LazyValue<Collection<ComponentProvider>>ServerBootstrapBag. getComponentProviders()Methods in org.glassfish.jersey.server with parameters of type LazyValue Modifier and Type Method Description voidServerBootstrapBag. setComponentProviders(LazyValue<Collection<ComponentProvider>> componentProviders)
-