ExtendedFileDescriptor

scalapb.compiler.DescriptorImplicits.ExtendedFileDescriptor
implicit class ExtendedFileDescriptor(val file: FileDescriptor)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def allMessages: Vector[Descriptor]

Returns a vector with all messages (both top-level and nested) in the file.

Returns a vector with all messages (both top-level and nested) in the file.

Attributes

def disableOutput: Boolean
def findLocationByPath(path: Seq[Int]): Option[Location]
def fullJavaName(fullName: String): String
def isProto2: Boolean
def isProto3: Boolean
def javaConversions: Boolean
def javaOuterClassName: String
def javaPackage: String
def scalaDirectory: String
def scalaFileName: String
def scalaOptions: ScalaPbOptions

Deprecated methods

def scalaPackageName: String

Attributes

Deprecated
true

Concrete fields

val file: FileDescriptor