Package org.glassfish.jersey.server.wadl.config
package org.glassfish.jersey.server.wadl.config
Jersey server-side WADL configuration classes.
-
ClassDescriptionProvides a configured
WadlGenerator
with all decorations (the default wadl generator decorated by other generators).Loads aWadlGeneratorConfig
and provides access to theWadlGenerator
provided by the loadedWadlGeneratorConfig
.
If noWadlGeneratorConfig
is provided, the defaultWadlGenerator
will be loaded.This is the model for the definition of wadl generators via configuration properties.
The properties refer to the properties of theWadlGenerator
implementation with the specifiedWadlGeneratorDescription.getGeneratorClass()
.