Package org.glassfish.jersey.server.wadl.config
Jersey server-side WADL configuration classes.
-
Interface Summary Interface Description WadlGeneratorLoader.Callback -
Class Summary Class Description WadlGeneratorConfig Provides a configuredWadlGeneratorwith all decorations (the default wadl generator decorated by other generators).WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder WadlGeneratorConfig.WadlGeneratorConfigImpl WadlGeneratorConfigLoader Loads aWadlGeneratorConfigand provides access to theWadlGeneratorprovided by the loadedWadlGeneratorConfig.
If noWadlGeneratorConfigis provided, the defaultWadlGeneratorwill be loaded.WadlGeneratorDescription This is the model for the definition of wadl generators via configuration properties.
The properties refer to the properties of theWadlGeneratorimplementation with the specifiedWadlGeneratorDescription.getGeneratorClass().WadlGeneratorLoader LoadsWadlGenerators from a provided list ofWadlGeneratorDescriptions.
The properties of theWadlGeneratorDescriptions can refer toWadlGeneratorproperties of these types: exact match: if the WadlGenerator property is of typeorg.example.Fooand the property value provided by theWadlGeneratorDescriptionis of typeorg.example.Foojava.io.InputStream: TheInputStreamcan e.g.WadlGeneratorLoader.CallbackList WadlGeneratorLoader.WadlGeneratorControl