implicit class MessageDescriptorPimp extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MessageDescriptorPimp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MessageDescriptorPimp(message: Descriptor)

Type Members

  1. class MapType extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def annotationList: Seq[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def baseClasses: Seq[String]
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def comment: Option[String]
  9. def companionAnnotationList: Seq[String]
  10. def companionBaseClasses: Seq[String]
  11. def companionExtendsOption: Seq[String]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def extendsOption: Seq[String]
  15. def fields: Seq[FieldDescriptor]
  16. def fieldsWithoutOneofs: Seq[FieldDescriptor]
  17. def generateLenses: Boolean
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isMapEntry: Boolean
  22. def isSealedOneofCase: Boolean
  23. def isSealedOneofType: Boolean
  24. def isTopLevel: Boolean
  25. def isValueClass: Boolean
  26. def javaConversions: Boolean
  27. def javaDescriptorSource: String
  28. def javaTypeName: String
  29. def mapType: MapType
  30. val message: Descriptor
  31. def messageOptions: MessageOptions
  32. def nameSymbol: String
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def nestedTypes: Seq[Descriptor]
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def parent: Option[Descriptor]
  38. def preservesUnknownFields: Boolean
  39. def scalaDescriptorSource: String
  40. def scalaName: String
  41. lazy val scalaTypeName: String
  42. def scalaTypeNameWithMaybeRoot: String
  43. def scalaTypeNameWithMaybeRoot(context: Descriptor): String
  44. def sealedOneOfExtendsCount: Int
  45. def sealedOneofBaseClasses: Seq[String]
  46. def sealedOneofCases: Option[Seq[Descriptor]]
  47. def sealedOneofContainer: Option[Descriptor]
  48. def sealedOneofExtendsOption: Seq[String]
  49. def sealedOneofName: String
  50. def sealedOneofNameSymbol: String
  51. def sealedOneofScalaType: String
  52. def sourcePath: Seq[Int]
  53. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped