Uses of Annotation Interface
org.glassfish.jersey.Beta
Packages that use Beta
Package
Description
Jersey client SPI classes/interfaces.
-
Uses of Beta in org.glassfish.jersey.client.spi
Classes in org.glassfish.jersey.client.spi with annotations of type BetaModifier and TypeInterfaceDescriptioninterfaceImplementations of this interface will be notified when new ClientBuilder instances are being constructed.interfaceImplementations of this interface will be notified when a new Invocation.Builder is created.interfaceThe interceptor of a client request invocation that is executed after the request invocation itself, i.e. after theClientResponseFiltersare executed.interfaceThe interceptor of a client request invocation that is executed before the invocation itself, i.e. before theClientRequestFilteris invoked. -
Uses of Beta in org.glassfish.jersey.kryo
Classes in org.glassfish.jersey.kryo with annotations of type Beta -
Uses of Beta in org.glassfish.jersey.linking
Classes in org.glassfish.jersey.linking with annotations of type BetaModifier and TypeClassDescription@interfaceSpecifies the binding between a URI template parameter and a bean property.classA feature to enable the declarative linking functionality.@interfaceSpecifies a link injection target in a returned representation bean.@interfaceSpecifies on a field that should be ignored by Link recursive introspection.@interfaceUsed to request the addition of a set of links, can be used for both link headers on a Class or injection into a List or Link[] property.@interfaceUse this on resource methods to contribute links to a representation.@interfaceContainer for repeatable annotation, seeProvideLinkfor details. -
Uses of Beta in org.glassfish.jersey.netty.connector
Classes in org.glassfish.jersey.netty.connector with annotations of type Beta -
Uses of Beta in org.glassfish.jersey.opentracing
Classes in org.glassfish.jersey.opentracing with annotations of type BetaModifier and TypeClassDescriptionclassA feature that enables OpenTracing support on server and client.