Class JAXBContextProperties


  • public class JAXBContextProperties
    extends Object
    These are properties that may be passed in to create a JAXBContext:
     Map properties = new HashMap<String, Object>(1);
     properties.put();
     JAXBContext jc = JAXBContext.newInstance(new Class[] {Foo.class}, properties);
     
    Since:
    2.4.0
    • Constructor Detail

      • JAXBContextProperties

        public JAXBContextProperties()