package scalapb
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait AnyCompanionMethods extends AnyRef
- trait AnyMethods extends AnyRef
- trait ExtendableMessage [A <: ExtendableMessage[A]] extends Any
- trait GeneratedEnum extends Product with Serializable
- trait GeneratedEnumCompanion [A <: GeneratedEnum] extends AnyRef
- case class GeneratedExtension [C <: ExtendableMessage[C], +T](get: (C) ⇒ T) extends Product with Serializable
- trait GeneratedMessage extends Serializable
- trait GeneratedMessageCompanion [A <: GeneratedMessage with Message[A]] extends AnyRef
- trait GeneratedOneof extends Product with Serializable
- trait GeneratedOneofCompanion extends AnyRef
- trait JavaProtoSupport [ScalaPB, JavaPB] extends Any
- case class KeyValue [K, V](key: K, value: V) extends Product with Serializable
-
class
LimitedInputStream
extends FilterInputStream
Based on com.google.protobuf.AbstractMessageLite.Builder#LimitedInputStream.
- trait Message [A] extends Any
- final class Scalapb extends AnyRef
- case class TextFormatError (msg: String) extends Product with Serializable
- class TextFormatException extends RuntimeException
-
abstract
class
TypeMapper
[BaseType, CustomType] extends AnyRef
- Annotations
- @implicitNotFound( ... )
- trait UnrecognizedEnum extends GeneratedEnum
Value Members
- object AnyMethods
-
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...
- object GeneratedExtension extends Serializable
- object LiteParser
- object TextFormat
- object TypeMapper