Uses of Interface
org.jboss.resteasy.reactive.server.core.serialization.EntityWriter
Packages that use EntityWriter
Package
Description
-
Uses of EntityWriter in org.jboss.resteasy.reactive.server.core
Methods in org.jboss.resteasy.reactive.server.core that return EntityWriterModifier and TypeMethodDescriptionDeployment.getDynamicEntityWriter()ResteasyReactiveRequestContext.getEntityWriter()ServerSerialisers.NoMediaTypeResult.getEntityWriter()Methods in org.jboss.resteasy.reactive.server.core with parameters of type EntityWriterModifier and TypeMethodDescriptionResteasyReactiveRequestContext.setEntityWriter(EntityWriter entityWriter) Constructors in org.jboss.resteasy.reactive.server.core with parameters of type EntityWriterModifierConstructorDescriptionDeployment(ExceptionMapping exceptionMapping, ContextResolvers contextResolvers, ServerSerialisers serialisers, ServerRestHandler[] abortHandlerChain, EntityWriter dynamicEntityWriter, String prefix, ParamConverterProviders paramConverterProviders, org.jboss.resteasy.reactive.common.jaxrs.ConfigurationImpl configuration, Supplier<jakarta.ws.rs.core.Application> applicationSupplier, org.jboss.resteasy.reactive.spi.ThreadSetupAction threadSetupAction, RequestContextFactory requestContextFactory, List<ServerRestHandler> preMatchHandlers, ArrayList<RequestMapper.RequestPath<RestInitialHandler.InitialMatch>> classMappers, List<GenericRuntimeConfigurableServerRestHandler<?>> runtimeConfigurableServerRestHandlers, RuntimeExceptionMapper exceptionMapper, boolean servletPresent, org.jboss.resteasy.reactive.common.ResteasyReactiveConfig resteasyReactiveConfig, Map<String, List<String>> disabledEndpoints) -
Uses of EntityWriter in org.jboss.resteasy.reactive.server.core.serialization
Classes in org.jboss.resteasy.reactive.server.core.serialization that implement EntityWriterModifier and TypeClassDescriptionclassWriter that is fully dynamic, and follows the spec defined resolution processclassA fixed entity writer that can be used when we know the result will always be written by a given provider.classA fixed entity writer that iterates an array of providers until it finds one that can handle the given types.classAn entity writer that will delegate based on the actual type of the returned entity.classAn entity writer that will delegate based on the actual type of the returned entity.Constructor parameters in org.jboss.resteasy.reactive.server.core.serialization with type arguments of type EntityWriterModifierConstructorDescriptionMediaTypeDelegatingEntityWriter(Map<jakarta.ws.rs.core.MediaType, EntityWriter> typeMap) TypeDelegatingEntityWriter(Map<Class<?>, EntityWriter> typeMap) -
Uses of EntityWriter in org.jboss.resteasy.reactive.server.handlers
Constructors in org.jboss.resteasy.reactive.server.handlers with parameters of type EntityWriterModifierConstructorDescriptionFixedProducesHandler(jakarta.ws.rs.core.MediaType mediaType, EntityWriter writer)