Uses of Interface
jakarta.ws.rs.ext.WriterInterceptor
-
Packages that use WriterInterceptor Package Description org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.message Common Jersey messaging classes.org.glassfish.jersey.message.internal Common Jersey internal messaging classes.org.glassfish.jersey.server.internal Jersey server-side internal classes.org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes.org.glassfish.jersey.spi Common Jersey service provider contract (SPI) classes. -
-
Uses of WriterInterceptor in org.glassfish.jersey.client
Methods in org.glassfish.jersey.client that return types with arguments of type WriterInterceptor Modifier and Type Method Description Iterable<WriterInterceptor>ClientRequest. getWriterInterceptors()Get writer interceptors of this request. -
Uses of WriterInterceptor in org.glassfish.jersey.message
Classes in org.glassfish.jersey.message that implement WriterInterceptor Modifier and Type Class Description classDeflateEncoderDeflate encoding support.classGZipEncoderGZIP encoding support.Method parameters in org.glassfish.jersey.message with type arguments of type WriterInterceptor Modifier and Type Method Description OutputStreamMessageBodyWorkers. writeTo(Object entity, Class<?> rawType, Type type, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, PropertiesDelegate propertiesDelegate, OutputStream entityStream, Iterable<WriterInterceptor> writerInterceptors)Writers a type to theentityStreamusing interceptors. -
Uses of WriterInterceptor in org.glassfish.jersey.message.internal
Method parameters in org.glassfish.jersey.message.internal with type arguments of type WriterInterceptor Modifier and Type Method Description OutputStreamMessageBodyFactory. writeTo(Object t, Class<?> rawType, Type type, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, PropertiesDelegate propertiesDelegate, OutputStream entityStream, Iterable<WriterInterceptor> writerInterceptors)Constructor parameters in org.glassfish.jersey.message.internal with type arguments of type WriterInterceptor Constructor Description WriterInterceptorExecutor(Object entity, Class<?> rawType, Type type, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> headers, PropertiesDelegate propertiesDelegate, OutputStream entityStream, MessageBodyWorkers workers, Iterable<WriterInterceptor> writerInterceptors, org.glassfish.jersey.internal.inject.InjectionManager injectionManager)Constructs a new executor to write given type to providedentityStream. -
Uses of WriterInterceptor in org.glassfish.jersey.server.internal
Classes in org.glassfish.jersey.server.internal that implement WriterInterceptor Modifier and Type Class Description classJsonWithPaddingInterceptorAWriterInterceptorimplementation for JSONP format.classMappableExceptionWrapperInterceptorInterceptor that wraps specific exceptions types thrown by wrapped interceptors and by message body readers and writers into a mappable exception.Methods in org.glassfish.jersey.server.internal that return types with arguments of type WriterInterceptor Modifier and Type Method Description Iterable<RankedProvider<WriterInterceptor>>ProcessingProviders. getGlobalWriterInterceptors()Get global writer interceptors.MultivaluedMap<Class<? extends Annotation>,RankedProvider<WriterInterceptor>>ProcessingProviders. getNameBoundWriterInterceptors()Get name bound writer interceptor map.MultivaluedMap<RankedProvider<WriterInterceptor>,Class<? extends Annotation>>ProcessingProviders. getNameBoundWriterInterceptorsInverse()Get name bound writer interceptor inverse map.Iterable<WriterInterceptor>ProcessingProviders. getSortedGlobalWriterInterceptors()Get global writer interceptors sorted by priority. -
Uses of WriterInterceptor in org.glassfish.jersey.server.model
Methods in org.glassfish.jersey.server.model that return types with arguments of type WriterInterceptor Modifier and Type Method Description Iterable<WriterInterceptor>ResourceMethodInvoker. getWriterInterceptors()Get all reader interceptors applicable to theresource methodwrapped by this invoker. -
Uses of WriterInterceptor in org.glassfish.jersey.spi
Classes in org.glassfish.jersey.spi that implement WriterInterceptor Modifier and Type Class Description classContentEncoderStandard contract for plugging in content encoding support.
-