Uses of Interface
org.glassfish.jersey.internal.util.Producer
Packages that use Producer
Package
Description
Common Jersey internal API classes.
Common Jersey internal processing classes.
-
Uses of Producer in org.glassfish.jersey.internal
Methods in org.glassfish.jersey.internal with parameters of type ProducerModifier and TypeMethodDescriptionstatic <T> TInvoke given producer task and gather errors.static <T> TErrors.processWithException(Producer<T> producer) Invoke given producer task and gather messages. -
Uses of Producer in org.glassfish.jersey.process.internal
Methods in org.glassfish.jersey.process.internal with parameters of type ProducerModifier and TypeMethodDescription<T> TRequestScope.runInScope(Producer<T> task) Runs thetaskin the new request scope.<T> TRequestScope.runInScope(RequestContext context, Producer<T> task) Runs thetaskin the request scope initialized from thescope context.