Examples of namespaceDeclarations()


Examples of de.odysseus.staxon.json.jaxb.JsonXML.namespaceDeclarations()

public class JsonXMLTest {
  @Test
  public void testDefaults() {
    JsonXML config = getClass().getAnnotation(JsonXML.class);
    Assert.assertFalse(config.autoArray());
    Assert.assertTrue(config.namespaceDeclarations());
    Assert.assertEquals(':', config.namespaceSeparator());
    Assert.assertEquals(0, config.multiplePaths().length);
    Assert.assertFalse(config.prettyPrint());
    Assert.assertFalse(config.virtualRoot());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.