public class AbstractSchemaTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static JAXBContext |
context |
| Constructor and Description |
|---|
AbstractSchemaTest() |
| Modifier and Type | Method and Description |
|---|---|
protected static JAXBContext |
generate(Class... classes) |
static void |
generateXSDs() |
protected <T extends Enum<T>> |
testEnum(String resource,
String enumTypeName,
Class<T> enumClass) |
protected void |
testNamespace(String namespace) |
protected static JAXBContext context
public static void generateXSDs()
throws JAXBException,
IOException
JAXBExceptionIOExceptionprotected <T extends Enum<T>> void testEnum(String resource, String enumTypeName, Class<T> enumClass)
protected void testNamespace(String namespace) throws IOException
IOExceptionprotected static JAXBContext generate(Class... classes) throws JAXBException, IOException
JAXBExceptionIOExceptionCopyright © 2019. All rights reserved.