OptionalFieldRule

scalapb.validate.compiler.OptionalFieldRule
case class OptionalFieldRule(rules: Seq[Rule]) extends Rule

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Rule
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def imports: Seq[String]
def preamble: Seq[String]
def render(descriptor: FieldDescriptor, input: String): PrinterEndo

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product