kantan.codecs

strings

package strings

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. strings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type StringCodec[A] = Codec[String, A, Throwable, codecs.type]

  2. trait StringCodecInstances extends StringEncoderInstances with StringDecoderInstances

    Defines default instances of StringCodec for all primitive types.

  3. type StringDecoder[A] = Decoder[String, A, Throwable, codecs.type]

  4. trait StringDecoderInstances extends AnyRef

    Defines default instances of StringDecoder.

  5. type StringEncoder[A] = Encoder[String, A, codecs.type]

  6. trait StringEncoderInstances extends AnyRef

    Defines default instances of StringEncoder.

Value Members

  1. object StringCodec

  2. object StringDecoder

  3. object StringEncoder

  4. object codecs extends StringCodecInstances

Inherited from AnyRef

Inherited from Any

Ungrouped