com.trueaccord

scalapb

package scalapb

Visibility
  1. Public
  2. All

Type Members

  1. trait GeneratedEnum extends Product with Serializable

  2. trait GeneratedEnumCompanion[A <: GeneratedEnum] extends AnyRef

  3. trait GeneratedMessage extends Serializable

  4. trait GeneratedMessageCompanion[A <: GeneratedMessage with Message[A]] extends AnyRef

  5. trait GeneratedOneof extends Product with Serializable

  6. trait GeneratedOneofCompanion extends AnyRef

  7. trait JavaProtoSupport[ScalaPB, JavaPB] extends AnyRef

  8. case class KeyValue[K, V](key: K, value: V) extends Product with Serializable

  9. class LimitedInputStream extends FilterInputStream

    Based on com.

  10. trait Message[A] extends AnyRef

  11. final class Scalapb extends AnyRef

  12. case class TextFormatError(msg: String) extends Product with Serializable

  13. class TextFormatException extends RuntimeException

  14. abstract class TypeMapper[BaseType, CustomType] extends AnyRef

    Annotations
    @implicitNotFound( ... )

Value Members

  1. object Encoding

    Utility functions to encode/decode byte arrays as Base64 strings.

  2. object LiteParser

  3. object TextFormat

  4. object TypeMapper

  5. package textformat

Ungrouped