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. -
-
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.
-