Class ProviderProperties

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

public class ProviderProperties
extends java.lang.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 Summary

    Constructors 
    Constructor Description
    ProviderProperties()  
  • Method Summary

    Modifier and Type Method Description
    static java.util.Map<java.lang.String,​java.lang.Object> getProviderProperties()
    Return the Map in which you can set provider-specific properties.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getProviderProperties

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