Uses of Interface
org.jboss.resteasy.spi.ResteasyConfiguration
-
Packages that use ResteasyConfiguration Package Description org.jboss.resteasy.api.validation org.jboss.resteasy.spi.config -
-
Uses of ResteasyConfiguration in org.jboss.resteasy.api.validation
Methods in org.jboss.resteasy.api.validation that return ResteasyConfiguration Modifier and Type Method Description protected abstract ResteasyConfigurationResteasyViolationException. getResteasyConfiguration() -
Uses of ResteasyConfiguration in org.jboss.resteasy.spi.config
Methods in org.jboss.resteasy.spi.config with parameters of type ResteasyConfiguration Modifier and Type Method Description default ConfigurationConfigurationFactory. getConfiguration(ResteasyConfiguration config)Returns the configuration for the current context.Constructors in org.jboss.resteasy.spi.config with parameters of type ResteasyConfiguration Constructor Description DefaultConfiguration(ResteasyConfiguration config)Creates a new configuration which uses the configuration to resolve the values if the Eclipse MicroProfile Config is not on the class path.
-