Uses of Class
org.jboss.resteasy.reactive.server.model.ParamConverterProviders
Packages that use ParamConverterProviders
Package
Description
-
Uses of ParamConverterProviders in org.jboss.resteasy.reactive.server.core
Methods in org.jboss.resteasy.reactive.server.core that return ParamConverterProvidersModifier and TypeMethodDescriptionDeployment.getParamConverterProviders()DeploymentInfo.getParamConverterProviders()Methods in org.jboss.resteasy.reactive.server.core with parameters of type ParamConverterProvidersModifier and TypeMethodDescriptionDeploymentInfo.setParamConverterProviders(ParamConverterProviders paramConverterProviders) Constructors in org.jboss.resteasy.reactive.server.core with parameters of type ParamConverterProvidersModifierConstructorDescriptionDeployment(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 ParamConverterProviders in org.jboss.resteasy.reactive.server.core.parameters.converters
Methods in org.jboss.resteasy.reactive.server.core.parameters.converters with parameters of type ParamConverterProvidersModifier and TypeMethodDescriptionvoidArrayConverter.init(ParamConverterProviders deployment, Class<?> rawType, Type genericType, Annotation[] annotations) voidListConverter.init(ParamConverterProviders deployment, Class<?> rawType, Type genericType, Annotation[] annotations) voidNoopParameterConverter.init(ParamConverterProviders deployment, Class<?> rawType, Type genericType, Annotation[] annotations) voidOptionalConverter.init(ParamConverterProviders deployment, Class<?> rawType, Type genericType, Annotation[] annotations) default voidParameterConverter.init(ParamConverterProviders deployment, Class<?> rawType, Type genericType, Annotation[] annotations) voidPathSegmentParamConverter.init(ParamConverterProviders deployment, Class<?> rawType, Type genericType, Annotation[] annotations) voidRuntimeParameterConverter.init(ParamConverterProviders deployment, Class<?> rawType, Type genericType, Annotation[] annotations) voidRuntimeResolvedConverter.init(ParamConverterProviders deployment, Class<?> rawType, Type genericType, Annotation[] annotations) voidSetConverter.init(ParamConverterProviders deployment, Class<?> rawType, Type genericType, Annotation[] annotations) voidSortedSetConverter.init(ParamConverterProviders deployment, Class<?> rawType, Type genericType, Annotation[] annotations) voidTemporalParamConverter.init(ParamConverterProviders deployment, Class<?> rawType, Type genericType, Annotation[] annotations) -
Uses of ParamConverterProviders in org.jboss.resteasy.reactive.server.core.reflection
Methods in org.jboss.resteasy.reactive.server.core.reflection with parameters of type ParamConverterProvidersModifier and TypeMethodDescriptionvoidReflectionConstructorParameterConverter.init(ParamConverterProviders deployment, Class<?> rawType, Type genericType, Annotation[] annotations) voidReflectionValueOfParameterConverter.init(ParamConverterProviders deployment, Class<?> rawType, Type genericType, Annotation[] annotations)