Package

com.trueaccord

scalapb

Permalink

package scalapb

Visibility
  1. Public
  2. All

Type Members

  1. trait AnyCompanionMethods extends AnyRef

    Permalink
  2. trait AnyMethods extends AnyRef

    Permalink
  3. trait GeneratedEnum extends Product with Serializable

    Permalink
  4. trait GeneratedEnumCompanion[A <: GeneratedEnum] extends AnyRef

    Permalink
  5. case class GeneratedExtension[J <: JavaExtendee[J], +T](get: (J) ⇒ T) extends Product with Serializable

    Permalink
  6. trait GeneratedMessage extends Serializable

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

    Permalink
  8. trait GeneratedOneof extends Product with Serializable

    Permalink
  9. trait GeneratedOneofCompanion extends AnyRef

    Permalink
  10. trait JavaProtoSupport[ScalaPB, JavaPB] extends AnyRef

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

    Permalink
  12. class LimitedInputStream extends FilterInputStream

    Permalink

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

  13. trait Message[A] extends AnyRef

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

    Permalink
  15. class TextFormatException extends RuntimeException

    Permalink
  16. abstract class TypeMapper[BaseType, CustomType] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )

Value Members

  1. object AnyMethods

    Permalink
  2. object Encoding

    Permalink

    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

    Permalink
  4. object Implicits

    Permalink
  5. object LiteParser

    Permalink
  6. object Scalapb

    Permalink
  7. object TextFormat

    Permalink
  8. object TypeMapper

    Permalink
  9. package textformat

    Permalink

Ungrouped