Package com.amazon.ion.util
Class Printer.Options
- java.lang.Object
-
- com.amazon.ion.util.Printer.Options
-
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- Printer
public class Printer.Options extends java.lang.Object implements java.lang.Cloneable
-
-
Field Summary
Fields Modifier and Type Field Description booleanblobAsStringbooleanclobAsStringbooleandatagramAsListbooleandecimalAsFloatbooleansexpAsListbooleansimplifySystemValuesbooleanskipAnnotationsbooleanskipSystemValuesbooleanstringAsJsonbooleansymbolAsStringbooleantimestampAsMillisbooleantimestampAsStringbooleanuntypedNulls
-
Constructor Summary
Constructors Constructor Description Options()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Printer.Optionsclone()
-
-
-
Field Detail
-
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
-
-
Method Detail
-
clone
public Printer.Options clone()
- Overrides:
clonein classjava.lang.Object
-
-