Uses of Interface
org.jboss.resteasy.reactive.server.spi.RuntimeConfiguration
Packages that use RuntimeConfiguration
Package
Description
-
Uses of RuntimeConfiguration in org.jboss.resteasy.reactive.server.core
Methods in org.jboss.resteasy.reactive.server.core that return RuntimeConfigurationMethods in org.jboss.resteasy.reactive.server.core with parameters of type RuntimeConfigurationModifier and TypeMethodDescriptionDeployment.setRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration) -
Uses of RuntimeConfiguration in org.jboss.resteasy.reactive.server.handlers
Methods in org.jboss.resteasy.reactive.server.handlers that return types with arguments of type RuntimeConfigurationMethods in org.jboss.resteasy.reactive.server.handlers with parameters of type RuntimeConfigurationModifier and TypeMethodDescriptionvoidFormBodyHandler.configure(RuntimeConfiguration configuration) -
Uses of RuntimeConfiguration in org.jboss.resteasy.reactive.server.spi
Classes in org.jboss.resteasy.reactive.server.spi that implement RuntimeConfigurationMethods in org.jboss.resteasy.reactive.server.spi that return types with arguments of type RuntimeConfigurationModifier and TypeMethodDescriptiondefault Class<RuntimeConfiguration> RuntimeConfigurableServerRestHandler.getConfigurationClass()Deprecated.Methods in org.jboss.resteasy.reactive.server.spi with parameters of type RuntimeConfigurationModifier and TypeMethodDescriptionvoidRuntimeConfigurableServerRestHandler.configure(RuntimeConfiguration configuration) Deprecated.