Package com.amazon.ion.util
Class Printer.Options
java.lang.Object
com.amazon.ion.util.Printer.Options
- All Implemented Interfaces:
Cloneable
- Enclosing class:
Printer
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
-
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