Uses of Interface
org.glassfish.jersey.internal.util.collection.Settable
-
Packages that use Settable Package Description org.glassfish.jersey.internal.util.collection Common set of Jersey collection classes.org.glassfish.jersey.server.internal.process Jersey server-side internal classes related to request and response processing. -
-
Uses of Settable in org.glassfish.jersey.internal.util.collection
Subinterfaces of Settable in org.glassfish.jersey.internal.util.collection Modifier and Type Interface Description interfaceRef<T>A possibly mutable value reference. -
Uses of Settable in org.glassfish.jersey.server.internal.process
Classes in org.glassfish.jersey.server.internal.process that implement Settable Modifier and Type Class Description classRequestProcessingContextReferenceWrapper that holds the reference of theRequestProcessingContext.
-