fabric.io

package fabric.io

Members list

Type members

Classlikes

sealed trait Format

Attributes

Companion
object
Source
Format.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Hocon.type
object Json.type
object Properties.type
object XML.type
object Yaml.type
object Format

Attributes

Companion
trait
Source
Format.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Format.type
trait FormatParser

Attributes

Source
FormatParser.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object JSJsonParser.type
object JacksonParser.type
object SimpleJsonParser.type
trait Formatter

Attributes

Source
Formatter.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object YamlFormatter.type
trait IOFeatures

Attributes

Source
IOFeatures.scala
Supertypes
class Object
trait Matchable
class Any
object JSJsonParser extends FormatParser

Attributes

Source
JSJsonParser.scala
Supertypes
trait FormatParser
class Object
trait Matchable
class Any
Self type
object JacksonParser extends FormatParser

Attributes

Source
JacksonParser.scala
Supertypes
trait FormatParser
class Object
trait Matchable
class Any
Self type
case class JsonFormatter(config: JsonFormatterConfig) extends Formatter

Attributes

Companion
object
Source
JsonFormatter.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Formatter
class Object
trait Matchable
class Any
Show all
object JsonFormatter

Attributes

Companion
class
Source
JsonFormatter.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
JsonFormatterConfig.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Compact.type
class Standard

Attributes

Companion
trait
Source
JsonFormatterConfig.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object JsonLiteral extends Literally[Json]

Attributes

Source
package.scala
Supertypes
trait Literally[Json]
class Object
trait Matchable
class Any
Self type
object JsonParser extends MultiFormatParser

Attributes

Source
JsonParser.scala
Supertypes
trait Parser
class Object
trait Matchable
class Any
Self type
JsonParser.type
trait MultiFormatParser extends Parser

Attributes

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

Attributes

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

Dead simple Json parser meant to be faster than larger alternatives. Still needs some work to be faster.

Dead simple Json parser meant to be faster than larger alternatives. Still needs some work to be faster.

Attributes

Source
SimpleJsonParser.scala
Supertypes
trait FormatParser
class Object
trait Matchable
class Any
Self type
object YamlFormatter extends Formatter

Attributes

Source
YamlFormatter.scala
Supertypes
trait Formatter
class Object
trait Matchable
class Any
Self type

Inherited classlikes

implicit class ByteArrayIOExtras(array: Array[Byte])

Attributes

Inherited from:
IOFeatures
Source
IOFeatures.scala
Supertypes
class Object
trait Matchable
class Any
implicit class StringIOExtras(s: String)

Attributes

Inherited from:
IOFeatures
Source
IOFeatures.scala
Supertypes
class Object
trait Matchable
class Any

Extensions

Extensions

extension (ctx: StringContext)(inline ctx: StringContext)
inline def json(inline args: Any*): Json

Attributes

Source
package.scala

Implicits

Inherited implicits

final implicit def ByteArrayIOExtras(array: Array[Byte]): ByteArrayIOExtras

Attributes

Inherited from:
IOFeatures
Source
IOFeatures.scala
final implicit def StringIOExtras(s: String): StringIOExtras

Attributes

Inherited from:
IOFeatures
Source
IOFeatures.scala