p

com.trueaccord

scalapb

package scalapb

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AnyCompanionMethods extends AnyRef
  2. trait AnyMethods extends AnyRef
  3. trait ExtendableMessage [A <: ExtendableMessage[A]] extends Any
  4. trait GeneratedEnum extends Product with Serializable
  5. trait GeneratedEnumCompanion [A <: GeneratedEnum] extends AnyRef
  6. case class GeneratedExtension [C <: ExtendableMessage[C], +T](get: (C) ⇒ T) extends Product with Serializable
  7. trait GeneratedMessage extends Serializable
  8. trait GeneratedMessageCompanion [A <: GeneratedMessage with Message[A]] extends AnyRef
  9. trait GeneratedOneof extends Product with Serializable
  10. trait GeneratedOneofCompanion extends AnyRef
  11. trait JavaProtoSupport [ScalaPB, JavaPB] extends Any
  12. case class KeyValue [K, V](key: K, value: V) extends Product with Serializable
  13. class LimitedInputStream extends FilterInputStream

    Based on com.google.protobuf.AbstractMessageLite.Builder#LimitedInputStream.

  14. trait Message [A] extends Any
  15. final class Scalapb extends AnyRef
  16. case class TextFormatError (msg: String) extends Product with Serializable
  17. class TextFormatException extends RuntimeException
  18. abstract class TypeMapper [BaseType, CustomType] extends AnyRef
    Annotations
    @implicitNotFound( ... )
  19. trait UnrecognizedEnum extends GeneratedEnum

Value Members

  1. object AnyMethods
  2. object Encoding

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

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

    Used internally between the protocol buffer compiler and the runtime to encode messages.

    We could have used Apache Commons, but we would like to avoid an additional dependency. java.xml.bind.DataTypeConverter.parseBase64Binary is not available on Android. And the Java native java.util.Base64 is only available for Java 8...

  3. object GeneratedExtension extends Serializable
  4. object LiteParser
  5. object TextFormat
  6. object TypeMapper

Ungrouped