public class SchemaGenerator extends Object
Constructor and Description |
---|
SchemaGenerator(Model<?> m) |
Modifier and Type | Method and Description |
---|---|
void |
add(Class<?> c)
Adds the schema for the XML representation of the given class.
|
void |
generateSchema(Result r)
Generates the complete schema to the specified result.
|
QName |
getXmlTypeName(Class<?> t) |
public SchemaGenerator(Model<?> m)
Copyright © 2016. All rights reserved.