Package | Description |
---|---|
org.glassfish.jersey.server.wadl.config |
Jersey server-side WADL configuration classes.
|
org.glassfish.jersey.server.wadl.internal |
Jersey server-side WADL internal classes.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
WadlGeneratorConfig.WadlGeneratorConfigImpl |
Modifier and Type | Method and Description |
---|---|
WadlGeneratorConfig |
WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder.build() |
static WadlGeneratorConfig |
WadlGeneratorConfigLoader.loadWadlGeneratorsFromConfig(java.util.Map<java.lang.String,java.lang.Object> properties)
Load the
WadlGeneratorConfig from the provided ResourceConfig using the
property ServerProperties.WADL_GENERATOR_CONFIG . |
Modifier and Type | Field and Description |
---|---|
private WadlGeneratorConfig |
WadlApplicationContextImpl.wadlGeneratorConfig |