implicit class MessageDescriptorPimp extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MessageDescriptorPimp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MessageDescriptorPimp(message: Descriptor)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def annotationList: Seq[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def baseClasses: Seq[String]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- def comment: Option[String]
- def companionAnnotationList: Seq[String]
- def companionBaseClasses: Seq[String]
- def companionExtendsOption: Seq[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def extendsOption: Seq[String]
- def fields: Seq[FieldDescriptor]
- def fieldsWithoutOneofs: Seq[FieldDescriptor]
- def generateLenses: Boolean
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMapEntry: Boolean
- def isSealedOneofCase: Boolean
- def isSealedOneofType: Boolean
- def isTopLevel: Boolean
- def isValueClass: Boolean
- def javaConversions: Boolean
- def javaDescriptorSource: String
- def javaTypeName: String
- def mapType: MapType
- val message: Descriptor
- def messageOptions: MessageOptions
- def nameSymbol: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nestedTypes: Seq[Descriptor]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def parent: Option[Descriptor]
- def preservesUnknownFields: Boolean
- def scalaDescriptorSource: String
- def scalaName: String
- lazy val scalaTypeName: String
- def scalaTypeNameWithMaybeRoot: String
- def scalaTypeNameWithMaybeRoot(context: Descriptor): String
- def sealedOneOfExtendsCount: Int
- def sealedOneofBaseClasses: Seq[String]
- def sealedOneofCases: Option[Seq[Descriptor]]
- def sealedOneofContainer: Option[Descriptor]
- def sealedOneofExtendsOption: Seq[String]
- def sealedOneofName: String
- def sealedOneofNameSymbol: String
- def sealedOneofScalaType: String
- def sourcePath: Seq[Int]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )