implicit class FieldDescriptorPimp extends AnyRef

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

Instance Constructors

  1. new FieldDescriptorPimp(fd: FieldDescriptor)

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 baseSingleScalaTypeName: String
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def collectionBuilder: String
  9. def collectionType: String
  10. def comment: Option[String]
  11. def containingOneOf: Option[OneofDescriptor]
  12. def customSingleScalaTypeName: Option[String]
  13. def emptyCollection: String
  14. def enclosingType: EnclosingType
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. val fd: FieldDescriptor
  18. def fieldMapCollection(innerType: String): String
  19. def fieldMapEnclosingType: EnclosingType
  20. def fieldNumberConstantName: String
  21. def fieldOptions: FieldOptions
  22. def fieldsMapEmptyCollection: String
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def getMethod: String
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def isBytes: Boolean
  27. def isEnum: Boolean
  28. def isInOneof: Boolean
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isMapField: Boolean
  31. def isMessage: Boolean
  32. def isSealedOneofType: Boolean
  33. def isSingular: Boolean
  34. def javaExtensionFieldFullName: String
  35. def mapType: MapType
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def noBox: Boolean
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. def oneOfTypeName: ScalaName
  41. def scalaName: String
  42. def scalaTypeName: String
  43. def singleScalaTypeName: String
  44. def sourcePath: Seq[Int]
  45. def supportsPresence: Boolean
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def typeMapper: ScalaName
  49. def typeMapperValName: String
  50. def upperJavaName: String
  51. def upperScalaName: String
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[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