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()
.LoadsWadlGenerator
s from a provided list ofWadlGeneratorDescription
s.
The properties of theWadlGeneratorDescription
s can refer toWadlGenerator
properties of these types: exact match: if the WadlGenerator property is of typeorg.example.Foo
and the property value provided by theWadlGeneratorDescription
is of typeorg.example.Foo
java.io.InputStream: TheInputStream
can e.g.