Package org.kohsuke.stapler.export
Class SchemaGenerator
java.lang.Object
org.kohsuke.stapler.export.SchemaGenerator
Generates XML Schema that describes the XML representation of exported beans.
- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds the schema for the XML representation of the given class.void
Generates the complete schema to the specified result.getXmlTypeName
(Class<?> t)
-
Constructor Details
-
SchemaGenerator
-
-
Method Details
-
generateSchema
Generates the complete schema to the specified result. -
add
Adds the schema for the XML representation of the given class. -
getXmlTypeName
-