Uses of Interface
io.helidon.common.LazyValue
-
Packages that use LazyValue Package Description io.helidon.common Common utilities for Helidon projects.io.helidon.media.common Common classes for processing content with a specificMediaType. -
-
Uses of LazyValue in io.helidon.common
Methods in io.helidon.common that return LazyValue Modifier and Type Method Description static <T> LazyValue<T>LazyValue. create(Supplier<T> supplier)Create a lazy value from a supplier.static <T> LazyValue<T>LazyValue. create(T value)Create a lazy value from a value. -
Uses of LazyValue in io.helidon.media.common
Methods in io.helidon.media.common with parameters of type LazyValue Modifier and Type Method Description static MessageBodyWriterContextMessageBodyWriterContext. create(MediaContext mediaContext, MessageBodyContext.EventListener eventListener, Parameters headers, LazyValue<List<MediaType>> acceptedTypes)Create a new writer context.static MessageBodyWriterContextMessageBodyWriterContext. create(MessageBodyWriterContext parent, MessageBodyContext.EventListener eventListener, Parameters headers, LazyValue<List<MediaType>> acceptedTypes)Create a new writer context.
-