Uses of Interface
org.glassfish.jersey.internal.PropertiesDelegate
-
Packages that use PropertiesDelegate Package Description org.glassfish.jersey.internal Common Jersey internal API classes.org.glassfish.jersey.message Common Jersey messaging classes.org.glassfish.jersey.message.internal Common Jersey internal messaging classes. -
-
Uses of PropertiesDelegate in org.glassfish.jersey.internal
Classes in org.glassfish.jersey.internal that implement PropertiesDelegate Modifier and Type Class Description classMapPropertiesDelegateProperties delegate backed by aMap.Methods in org.glassfish.jersey.internal with parameters of type PropertiesDelegate Modifier and Type Method Description static PropertiesResolverPropertiesResolver. create(Configuration configuration, PropertiesDelegate delegate)Return new instance ofPropertiesResolver.Constructors in org.glassfish.jersey.internal with parameters of type PropertiesDelegate Constructor Description MapPropertiesDelegate(PropertiesDelegate that)Initialize new map-based properties delegate from another delegate. -
Uses of PropertiesDelegate in org.glassfish.jersey.message
Methods in org.glassfish.jersey.message with parameters of type PropertiesDelegate Modifier and Type Method Description <T> MessageBodyReader<T>MessageBodyWorkers. getMessageBodyReader(Class<T> type, Type genericType, Annotation[] annotations, MediaType mediaType, PropertiesDelegate propertiesDelegate)Get a message body reader that matches a set of criteria.<T> MessageBodyWriter<T>MessageBodyWorkers. getMessageBodyWriter(Class<T> type, Type genericType, Annotation[] annotations, MediaType mediaType, PropertiesDelegate propertiesDelegate)Get a message body writer that matches a set of criteria.ObjectMessageBodyWorkers. readFrom(Class<?> rawType, Type type, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, PropertiesDelegate propertiesDelegate, InputStream entityStream, Iterable<ReaderInterceptor> readerInterceptors, boolean translateNce)Reads a type from theentityStreamusing interceptors.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 PropertiesDelegate in org.glassfish.jersey.message.internal
Classes in org.glassfish.jersey.message.internal that implement PropertiesDelegate Modifier and Type Class Description classReaderInterceptorExecutorRepresents reader interceptor chain executor for both client and server side.classTracingAwarePropertiesDelegateDelegating properties delegate backed by anotherPropertiesDelegatewith implemented "cache" or direct reference to tracing support related classes (e.g.classWriterInterceptorExecutorRepresents writer interceptor chain executor for both client and server side.Methods in org.glassfish.jersey.message.internal with parameters of type PropertiesDelegate Modifier and Type Method Description static TracingLoggerTracingLogger. getInstance(PropertiesDelegate propertiesDelegate)Returns instance ofTracingLoggerassociated with current request processing (propertiesDelegate).<T> MessageBodyReader<T>MessageBodyFactory. getMessageBodyReader(Class<T> c, Type t, Annotation[] as, MediaType mediaType, PropertiesDelegate propertiesDelegate)<T> MessageBodyWriter<T>MessageBodyFactory. getMessageBodyWriter(Class<T> c, Type t, Annotation[] as, MediaType mediaType, PropertiesDelegate propertiesDelegate)<T> TInboundMessageContext. readEntity(Class<T> rawType, Annotation[] annotations, PropertiesDelegate propertiesDelegate)Read entity from a context entity input stream.<T> TInboundMessageContext. readEntity(Class<T> rawType, Type type, Annotation[] annotations, PropertiesDelegate propertiesDelegate)Read entity from a context entity input stream.<T> TInboundMessageContext. readEntity(Class<T> rawType, Type type, PropertiesDelegate propertiesDelegate)Read entity from a context entity input stream.<T> TInboundMessageContext. readEntity(Class<T> rawType, PropertiesDelegate propertiesDelegate)Read entity from a context entity input stream.ObjectMessageBodyFactory. readFrom(Class<?> rawType, Type type, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, PropertiesDelegate propertiesDelegate, InputStream entityStream, Iterable<ReaderInterceptor> readerInterceptors, boolean translateNce)OutputStreamMessageBodyFactory. writeTo(Object t, Class<?> rawType, Type type, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, PropertiesDelegate propertiesDelegate, OutputStream entityStream, Iterable<WriterInterceptor> writerInterceptors)Constructors in org.glassfish.jersey.message.internal with parameters of type PropertiesDelegate Constructor Description TracingAwarePropertiesDelegate(PropertiesDelegate propertiesDelegate)Create new tracing aware properties delegate wrapper.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.
-