Uses of Class
jakarta.ws.rs.core.Variant
Packages that use Variant
Package
Description
The JAX-RS client API
Low-level interfaces and annotations used to create RESTful service resources.
-
Uses of Variant in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return VariantMethods in jakarta.ws.rs.client with parameters of type Variant -
Uses of Variant in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return VariantModifier and TypeMethodDescriptionRequest.selectVariant(List<Variant> variants) Select the representation variant that best matches the request.Methods in jakarta.ws.rs.core that return types with arguments of type VariantModifier and TypeMethodDescriptionVariant.VariantListBuilder.build()Add the current combination of metadata to the list of supported variants (provided the current combination of metadata is not empty) and build a list of representation variants from the current state of the builder.Methods in jakarta.ws.rs.core with parameters of type VariantModifier and TypeMethodDescriptionstatic Response.ResponseBuilderCreate a new ResponseBuilder that contains a representation.abstract Response.ResponseBuilderSet message entity representation metadata.abstract Response.ResponseBuilderAdd a Vary header that lists the available variants.Method parameters in jakarta.ws.rs.core with type arguments of type VariantModifier and TypeMethodDescriptionstatic Response.ResponseBuilderResponse.notAcceptable(List<Variant> variants) Create a new ResponseBuilder for a not acceptable response.Request.selectVariant(List<Variant> variants) Select the representation variant that best matches the request.abstract Response.ResponseBuilderAdd a Vary header that lists the available variants. -
Uses of Variant in org.jboss.resteasy.core.request
Methods in org.jboss.resteasy.core.request that return VariantMethod parameters in org.jboss.resteasy.core.request with type arguments of type Variant -
Uses of Variant in org.jboss.resteasy.plugins.providers
Methods in org.jboss.resteasy.plugins.providers that return types with arguments of type VariantModifier and TypeMethodDescriptionProviderHelper.getAvailableVariants(String[] mediaTypes) ProviderHelper.getAvailableVariants(List<MediaType> mediaTypes) -
Uses of Variant in org.jboss.resteasy.specimpl
Methods in org.jboss.resteasy.specimpl that return VariantMethods in org.jboss.resteasy.specimpl that return types with arguments of type VariantMethods in org.jboss.resteasy.specimpl with parameters of type VariantModifier and TypeMethodDescriptionMethod parameters in org.jboss.resteasy.specimpl with type arguments of type VariantModifier and TypeMethodDescriptionstatic StringResponseBuilderImpl.createVaryHeader(List<Variant> variants) RequestImpl.selectVariant(List<Variant> variants)