Class Printer.Options

java.lang.Object
com.amazon.ion.util.Printer.Options
All Implemented Interfaces:
Cloneable
Enclosing class:
Printer

public class Printer.Options extends Object implements Cloneable
  • Field Details

    • blobAsString

      public boolean blobAsString
    • clobAsString

      public boolean clobAsString
    • datagramAsList

      public boolean datagramAsList
    • decimalAsFloat

      public boolean decimalAsFloat
    • sexpAsList

      public boolean sexpAsList
    • skipAnnotations

      public boolean skipAnnotations
    • skipSystemValues

      public boolean skipSystemValues
    • simplifySystemValues

      public boolean simplifySystemValues
    • stringAsJson

      public boolean stringAsJson
    • symbolAsString

      public boolean symbolAsString
    • timestampAsString

      public boolean timestampAsString
    • timestampAsMillis

      public boolean timestampAsMillis
    • untypedNulls

      public boolean untypedNulls
  • Constructor Details

    • Options

      public Options()
  • Method Details