See: Description
| Interface | Description |
|---|---|
| WadlGeneratorLoader.Callback |
| Class | Description |
|---|---|
| WadlGeneratorConfig |
Provides a configured
WadlGenerator with all decorations (the default
wadl generator decorated by other generators). |
| WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder | |
| WadlGeneratorConfig.WadlGeneratorConfigImpl | |
| WadlGeneratorConfigLoader |
Loads a
WadlGeneratorConfig and provides access to the WadlGenerator
provided by the loaded WadlGeneratorConfig.If no WadlGeneratorConfig is provided, the default WadlGenerator
will be loaded. |
| WadlGeneratorDescription |
This is the model for the definition of wadl generators via configuration properties.
The properties refer to the properties of the WadlGenerator implementation with
the specified WadlGeneratorDescription.getGeneratorClass(). |
| WadlGeneratorLoader |
Loads
WadlGenerators from a provided list of WadlGeneratorDescriptions.The properties of the WadlGeneratorDescriptions can refer to WadlGenerator properties
of these types:
exact match: if the WadlGenerator property is of type org.example.Foo and the
property value provided by the WadlGeneratorDescription is of type org.example.Foo
java.io.InputStream: The InputStream can e.g. |
| WadlGeneratorLoader.CallbackList | |
| WadlGeneratorLoader.WadlGeneratorControl |