Uses of Interface
org.glassfish.jersey.internal.util.collection.Ref
Packages that use Ref
Package
Description
Common Jersey internal injection utility classes.
Common set of Jersey collection classes.
Common Jersey internal messaging classes.
Common Jersey internal processing classes.
-
Uses of Ref in org.glassfish.jersey.internal.inject
Methods in org.glassfish.jersey.internal.inject that return types with arguments of type RefModifier and TypeMethodDescriptionReferencingFactory.referenceFactory()Get a reference factory providing an empty reference.ReferencingFactory.referenceFactory(T initialValue) Get a reference factory providing an initialized reference.Constructor parameters in org.glassfish.jersey.internal.inject with type arguments of type RefModifierConstructorDescriptionReferencingFactory(jakarta.inject.Provider<Ref<T>> referenceFactory) Create new referencing injection factory. -
Uses of Ref in org.glassfish.jersey.internal.util.collection
Methods in org.glassfish.jersey.internal.util.collection that return RefModifier and TypeMethodDescriptionstatic <T> Ref<T>Refs.emptyRef()Construct a new empty mutableRefinstance.static <T> Ref<T>Refs.immutableRef(T value) Construct a new immutableRefinstance referencing the given input value.static <T> Ref<T>Refs.of(T value) Construct a new mutableRefinstance referencing the given input value.static <T> Ref<T>Refs.threadSafe()Construct a new empty mutable thread-safeRefinstance.static <T> Ref<T>Refs.threadSafe(T value) Construct a new mutable thread-safeRefinstance referencing the given input value. -
Uses of Ref in org.glassfish.jersey.message.internal
Methods in org.glassfish.jersey.message.internal with parameters of type RefModifier and TypeMethodDescriptionstatic VariantVariantSelector.selectVariant(InboundMessageContext context, List<Variant> variants, Ref<String> varyHeaderValue) Select the representation variant that best matches the request.VariantSelector.selectVariants(InboundMessageContext context, List<Variant> variants, Ref<String> varyHeaderValue) Select possible representation variants in order in which they best matches the request. -
Uses of Ref in org.glassfish.jersey.process.internal
Methods in org.glassfish.jersey.process.internal with parameters of type Ref