Class SystemFactory

java.lang.Object
com.amazon.ion.system.SystemFactory

@Deprecated public final class SystemFactory extends Object
Deprecated.
Use the more configurable IonSystemBuilder instead.
The factory for creating IonSystems. Most applications will only have one or two system instances; see IonSystem for important constraints.

Most long-lived applications will want to provide a custom IonCatalog implementation rather than using the default SimpleCatalog.