Uses of Class
jakarta.ws.rs.ConstrainedTo
-
Packages that use ConstrainedTo Package Description org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.client.spi Jersey client SPI classes/interfaces.org.glassfish.jersey.server.filter.internal Server filter internal classes.org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes.org.glassfish.jersey.server.monitoring Jersey server-side monitoring JMX MBeans interfaces.org.glassfish.jersey.server.spi Jersey server-side service provider contract (SPI) classes.org.glassfish.jersey.server.spi.internal Jersey server-side internal service provider contract (SPI) classes.org.glassfish.jersey.server.wadl.internal Jersey server-side WADL internal classes. -
-
Uses of ConstrainedTo in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client with annotations of type ConstrainedTo Modifier and Type Interface Description interfaceClientLifecycleListenerJersey client lifecycle listener contract. -
Uses of ConstrainedTo in org.glassfish.jersey.client.spi
Classes in org.glassfish.jersey.client.spi with annotations of type ConstrainedTo Modifier and Type Interface Description interfaceInvocationBuilderListenerImplementations of this interface will be notified when a new Invocation.Builder is created.interfacePostInvocationInterceptorThe interceptor of a client request invocation that is executed after the request invocation itself, i.e.interfacePreInvocationInterceptorThe interceptor of a client request invocation that is executed before the invocation itself, i.e. -
Uses of ConstrainedTo in org.glassfish.jersey.server.filter.internal
Classes in org.glassfish.jersey.server.filter.internal with annotations of type ConstrainedTo Modifier and Type Class Description classServerFiltersAutoDiscoverableEnable auto-discoverable of certain server filters. -
Uses of ConstrainedTo in org.glassfish.jersey.server.model
Classes in org.glassfish.jersey.server.model with annotations of type ConstrainedTo Modifier and Type Interface Description interfaceModelProcessorContract for a model processors that processesresource modelsduring application initialization andresourcereturned by sub resource locators. -
Uses of ConstrainedTo in org.glassfish.jersey.server.monitoring
Classes in org.glassfish.jersey.server.monitoring with annotations of type ConstrainedTo Modifier and Type Interface Description interfaceApplicationEventListenerJersey specific provider that listens toapplication events.interfaceDestroyListenerA listener contract that allows any registered implementation class to receive application destroy events.interfaceMonitoringStatisticsListenerA Jersey specific provider that listens to monitoring statistics. -
Uses of ConstrainedTo in org.glassfish.jersey.server.spi
Classes in org.glassfish.jersey.server.spi with annotations of type ConstrainedTo Modifier and Type Interface Description interfaceContainerJersey container service contract.interfaceContainerLifecycleListenerClasses implementing this contract receive container life-cycle notification events.interfaceContainerProviderService-provider interface for creating container instances.interfaceResponseErrorMapperContract for a provider that maps response processing errors toResponse.interfaceWebServerJersey service contract for self-contained servers.interfaceWebServerProviderService-provider interface for creating server instances. -
Uses of ConstrainedTo in org.glassfish.jersey.server.spi.internal
Classes in org.glassfish.jersey.server.spi.internal with annotations of type ConstrainedTo Modifier and Type Interface Description interfaceValueParamProviderParameter value factory SPI. -
Uses of ConstrainedTo in org.glassfish.jersey.server.wadl.internal
Classes in org.glassfish.jersey.server.wadl.internal with annotations of type ConstrainedTo Modifier and Type Class Description classWadlAutoDiscoverableAutoDiscoverableregisteringWadlFeatureif this feature is not already registered.
-