public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Source> |
documentationSchemaSources(Class<?>... classes) |
static Map<String,Source> |
schemaSources(Class<?>... classes)
Returns XSD schema's as a map of
Source's. |
public static Map<String,Source> schemaSources(Class<?>... classes) throws JAXBException, IOException
Source's. The key is the namespace.classes - To create schema's for.SourcesJAXBException - If something wrong with jaxbIOException - if iopublic static Map<String,Source> documentationSchemaSources(Class<?>... classes) throws JAXBException, IOException, SAXException, TransformerException
Copyright © 2021. All rights reserved.