public final class JaxbXmlSchemaGenerator extends Object
JAXBContext into an XML schema.| Modifier and Type | Method and Description |
|---|---|
static String |
getXmlSchema(Class<?> clazz)
Builds an xml schema.
|
static String |
getXmlSchema(JAXBContext jaxbContext)
Builds an xml schema from a JAXBContext.
|
public static String getXmlSchema(JAXBContext jaxbContext) throws IOException
jaxbContext - the jaxb contextIOException - if the JAXBContext can not be transformed into an xml schemaCopyright © 2009–2021 Opencast Project. All rights reserved.