FieldTransformation

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

Type members

Classlikes

class FieldTransformationLens[UpperPB](_l: Lens[UpperPB, FieldTransformation]) extends ObjectLens[UpperPB, FieldTransformation]

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(when: Option[FieldDescriptorProto], matchType: Option[MatchType], set: Option[FieldOptions]): FieldTransformation
def parseFrom(`_input__`: CodedInputStream): FieldTransformation

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
def merge(a: FieldTransformation, input: CodedInputStream): FieldTransformation

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[FieldTransformation]
def parseDelimitedFrom(input: CodedInputStream): Option[FieldTransformation]
def parseFrom(s: Array[Byte]): FieldTransformation
def parseFrom(input: InputStream): FieldTransformation
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[FieldTransformation]
def toByteArray(a: FieldTransformation): Array[Byte]
def validate(s: Array[Byte]): Try[FieldTransformation]