Class DummyFormat

  • All Implemented Interfaces:
    java.lang.Cloneable

    final class DummyFormat
    extends Format
    A concrete (dummy) implementation of Format. Used by AbstractWriter to manage its internal configuration of field selections
    See Also:
    AbstractWriter, CommonSettings
    • Constructor Detail

      • DummyFormat

        private DummyFormat()
    • Method Detail

      • getConfiguration

        protected final java.util.TreeMap<java.lang.String,​java.lang.Object> getConfiguration()
        Specified by:
        getConfiguration in class Format