c

sbt.util

PlainOutput

class PlainOutput[J] extends Output

Linear Supertypes
Output, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlainOutput
  2. Output
  3. Closeable
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PlainOutput(output: OutputStream, converter: SupportConverter[J])(implicit arg0: IsoString[J])

Value Members

  1. def close(): Unit
    Definition Classes
    PlainOutput → Closeable → AutoCloseable
  2. val isoFormat: IsoString[J]
  3. def write[T](value: T)(implicit arg0: JsonWriter[T]): Unit
    Definition Classes
    PlainOutputOutput