FieldDescriptor

scalapb.descriptors.FieldDescriptor
See theFieldDescriptor companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def isMapField: Boolean
def isOptional: Boolean
def isRepeated: Boolean
def isRequired: Boolean
def location: Option[Location]
def name: String
def number: Int
def scalaName: String
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any