MultiFormatParser

fabric.io.MultiFormatParser
trait MultiFormatParser extends Parser

Attributes

Source
MultiFormatParser.scala
Graph
Supertypes
trait Parser
class Object
trait Matchable
class Any
Known subtypes
object JsonParser.type

Members list

Value members

Abstract methods

Concrete methods

override def apply(content: String, format: Format): Json

Attributes

Definition Classes
Source
MultiFormatParser.scala

Inherited methods

final def apply(content: Array[Byte], format: Format): Json

Attributes

Inherited from:
Parser
Source
Parser.scala
final def apply(source: Source, format: Format): Json

Attributes

Inherited from:
Parser
Source
Parser.scala