Uses of Interface
org.jboss.resteasy.spi.config.ConfigurationFactory
- 
Packages that use ConfigurationFactory Package Description org.jboss.resteasy.core.config org.jboss.resteasy.spi.config  - 
- 
Uses of ConfigurationFactory in org.jboss.resteasy.core.config
Classes in org.jboss.resteasy.core.config that implement ConfigurationFactory Modifier and Type Class Description classDefaultConfigurationFactoryA default configuration factory with a priority of 500. - 
Uses of ConfigurationFactory in org.jboss.resteasy.spi.config
Methods in org.jboss.resteasy.spi.config that return ConfigurationFactory Modifier and Type Method Description static ConfigurationFactoryConfigurationFactory. getInstance()Returns a new factory. 
 -