RepeatedFieldRule

scalapb.validate.compiler.RepeatedFieldRule
case class RepeatedFieldRule(rules: Seq[Rule], inputTransform: String => String) 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