Class ProviderProperties

java.lang.Object
org.docx4j.jaxb.ProviderProperties

public class ProviderProperties extends Object
Allows you to set provider-specific properties. This should generally not be necessary. For JAXB Reference Implementation specific properties, see https://github.com/gf-metro/jaxb/blob/master/jaxb-ri/runtime/impl/src/main/java/com/sun/xml/bind/api/JAXBRIContext.java#L437 For MOXy specific properties, see https://github.com/eclipse/eclipselink.runtime/blob/master/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/JAXBContextProperties.java
Since:
3.3.3
Author:
jharrop
  • Constructor Details

    • ProviderProperties

      public ProviderProperties()
  • Method Details

    • getProviderProperties

      public static Map<String,Object> getProviderProperties()
      Return the Map in which you can set provider-specific properties.
      Since:
      3.3.3