Uses of Class
org.jboss.resteasy.reactive.server.model.ParamConverterProviders
-
-
Uses of ParamConverterProviders in org.jboss.resteasy.reactive.server.core
Methods in org.jboss.resteasy.reactive.server.core that return ParamConverterProviders Modifier and Type Method Description ParamConverterProvidersDeployment. getParamConverterProviders()ParamConverterProvidersDeploymentInfo. getParamConverterProviders()Methods in org.jboss.resteasy.reactive.server.core with parameters of type ParamConverterProviders Modifier and Type Method Description DeploymentInfoDeploymentInfo. setParamConverterProviders(ParamConverterProviders paramConverterProviders)Constructors in org.jboss.resteasy.reactive.server.core with parameters of type ParamConverterProviders Constructor Description Deployment(ExceptionMapping exceptionMapping, ContextResolvers contextResolvers, ServerSerialisers serialisers, ServerRestHandler[] abortHandlerChain, EntityWriter dynamicEntityWriter, String prefix, ParamConverterProviders paramConverterProviders, ConfigurationImpl configuration, Supplier<jakarta.ws.rs.core.Application> applicationSupplier, ThreadSetupAction threadSetupAction, RequestContextFactory requestContextFactory, List<ServerRestHandler> preMatchHandlers, ArrayList<RequestMapper.RequestPath<RestInitialHandler.InitialMatch>> classMappers, List<GenericRuntimeConfigurableServerRestHandler<?>> runtimeConfigurableServerRestHandlers, RuntimeExceptionMapper exceptionMapper, boolean resumeOn404, 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 ParamConverterProviders Modifier and Type Method Description voidArrayConverter. 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 ParamConverterProviders Modifier and Type Method Description voidReflectionConstructorParameterConverter. init(ParamConverterProviders deployment, Class<?> rawType, Type genericType, Annotation[] annotations)voidReflectionValueOfParameterConverter. init(ParamConverterProviders deployment, Class<?> rawType, Type genericType, Annotation[] annotations)
-