Class Document


  • public final class Document
    extends Object
    Coordinates the entire writing process.
    Author:
    Kohsuke Kawaguchi ([email protected])
    • Method Detail

      • addDatatypeWriter

        public void addDatatypeWriter​(DatatypeWriter<Object> dw)
        Defines additional user object -> string conversion logic.

        Applications can add their own DatatypeWriter so that application-specific objects can be turned into String for output.

        Parameters:
        dw - The DatatypeWriter to be added. Must not be null.