Annotation

Companion
class
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

class AnnotationLens[UpperPB](_l: Lens[UpperPB, Annotation]) extends ObjectLens[UpperPB, Annotation]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type ValueType = A

Value members

Concrete methods

def javaDescriptor: Descriptor
def of(path: Seq[Int], sourceFile: Option[String], begin: Option[Int], end: Option[Int]): Annotation
def parseFrom(`_input__`: CodedInputStream): Annotation

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
def fromAscii(s: String): Annotation
def merge(a: Annotation, input: CodedInputStream): Annotation

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[Annotation]
def parseDelimitedFrom(input: CodedInputStream): Option[Annotation]
def parseFrom(s: Array[Byte]): Annotation
def parseFrom(input: InputStream): Annotation
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[Annotation]
def toByteArray(a: Annotation): Array[Byte]
def validate(s: Array[Byte]): Try[Annotation]
def validateAscii(s: String): Either[TextFormatError, Annotation]

Implicits