Uses of Interface
org.jboss.resteasy.spi.ResteasyConfiguration
Packages that use ResteasyConfiguration
Package
Description
-
Uses of ResteasyConfiguration in org.jboss.resteasy.api.validation
Methods in org.jboss.resteasy.api.validation that return ResteasyConfigurationModifier and TypeMethodDescriptionprotected abstract ResteasyConfigurationResteasyViolationException.getResteasyConfiguration() -
Uses of ResteasyConfiguration in org.jboss.resteasy.plugins.providers
Constructors in org.jboss.resteasy.plugins.providers with parameters of type ResteasyConfiguration -
Uses of ResteasyConfiguration in org.jboss.resteasy.plugins.server.servlet
Classes in org.jboss.resteasy.plugins.server.servlet that implement ResteasyConfigurationModifier and TypeClassDescriptionclassCreate a deployment from String-based configuration dataclassclassclass -
Uses of ResteasyConfiguration in org.jboss.resteasy.plugins.validation
Methods in org.jboss.resteasy.plugins.validation that return ResteasyConfigurationModifier and TypeMethodDescriptionprotected ResteasyConfigurationResteasyViolationExceptionImpl.getResteasyConfiguration() -
Uses of ResteasyConfiguration in org.jboss.resteasy.security.doseta
Constructors in org.jboss.resteasy.security.doseta with parameters of type ResteasyConfiguration -
Uses of ResteasyConfiguration in org.jboss.resteasy.spi.config
Methods in org.jboss.resteasy.spi.config with parameters of type ResteasyConfigurationModifier and TypeMethodDescriptiondefault ConfigurationConfigurationFactory.getConfiguration(ResteasyConfiguration config) Returns the configuration for the current context.Options.getValue(ResteasyConfiguration configuration) Resolves the value from the configurationConstructors in org.jboss.resteasy.spi.config with parameters of type ResteasyConfigurationModifierConstructorDescriptionCreates a new configuration which uses the configuration to resolve the values. -
Uses of ResteasyConfiguration in org.jboss.resteasy.util
Methods in org.jboss.resteasy.util with parameters of type ResteasyConfigurationModifier and TypeMethodDescriptionstatic voidXmlSupport.configureParserFactory(SAXParserFactory factory, ResteasyConfiguration config) Configures the factory for secure processing.static TransformerFactoryXmlSupport.newTransformerFactory(ResteasyConfiguration config) Creates a newTransformerFactoryand configures it for secure processing.static XMLReaderXmlSupport.newXmlReader(ResteasyConfiguration config) Creates a newXMLReaderfrom the defaultSAXParserFactory.