Uses of Interface
org.jboss.resteasy.reactive.server.spi.RuntimeConfiguration
-
Packages that use RuntimeConfiguration Package Description org.jboss.resteasy.reactive.server.core org.jboss.resteasy.reactive.server.handlers org.jboss.resteasy.reactive.server.spi -
-
Uses of RuntimeConfiguration in org.jboss.resteasy.reactive.server.core
Methods in org.jboss.resteasy.reactive.server.core that return RuntimeConfiguration Modifier and Type Method Description RuntimeConfigurationDeployment. getRuntimeConfiguration()Methods in org.jboss.resteasy.reactive.server.core with parameters of type RuntimeConfiguration Modifier and Type Method Description DeploymentDeployment. 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 RuntimeConfiguration Modifier and Type Method Description Class<RuntimeConfiguration>FormBodyHandler. getConfigurationClass()Methods in org.jboss.resteasy.reactive.server.handlers with parameters of type RuntimeConfiguration Modifier and Type Method Description voidFormBodyHandler. configure(RuntimeConfiguration configuration) -
Uses of RuntimeConfiguration in org.jboss.resteasy.reactive.server.spi
Classes in org.jboss.resteasy.reactive.server.spi that implement RuntimeConfiguration Modifier and Type Class Description classDefaultRuntimeConfigurationMethods in org.jboss.resteasy.reactive.server.spi that return types with arguments of type RuntimeConfiguration Modifier and Type Method Description default Class<RuntimeConfiguration>RuntimeConfigurableServerRestHandler. getConfigurationClass()Deprecated.Methods in org.jboss.resteasy.reactive.server.spi with parameters of type RuntimeConfiguration Modifier and Type Method Description voidRuntimeConfigurableServerRestHandler. configure(RuntimeConfiguration configuration)Deprecated.
-